Html Css Color HEX #282525 Nero

📋 copy color: '#282525'

red 40 ◦ green 37 ◦ blue 37

#282525
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nero #282525

Tints of Nero #282525

RGB

 RED value IS 40 (16.02% from 255) = 35.09%

 GREEN value IS 37 (14.84% from 255) = 32.46%

 BLUE value IS 37 (14.84% from 255) = 32.46%

R = 35.09%
G = 32.46%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.84

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#282525 (or 0x282525) is known color: Nero. HEX triplet: 28, 25 and 25. RGB value is (40,37,37). Sum of RGB (Red+Green+Blue) = 40+37+37=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 40 - color contains mainly: red. Hex color #282525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282525 is #D7DADA. Grayscale: #252525. Windows color (decimal): -14146267 or 2434344. OLE color: 2434344.

HSL color Cylindrical-coordinate representation of color #282525: hue angle of 0º degrees, saturation: 0.04, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #282525 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 37 37 -
CMYK 0 0.07 0.07 0.84
HSL 0.04% 0.15% -
HSV(B) 0.07% 0.16% -
XYZ 1.87 1.91 2.02 -
YUV 37.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 40 37 37 0 0.07 0.07 0.84 0 0.04 0.15
Hex 28 25 25 0 7 7 54 0 4 F
Octal 50 45 45 0 7 7 124 0 4 17
Binary 101000 100101 100101 0 111 111 1010100 0 100 1111

Color Harmonies of #282525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282525

Black with #282525

Text Example


Text Example

White with #282525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282525; }

 p { color: rgb(40,37,37); }

 H1.HeaderClassName
 {
   color: #282525;
 }
 .AnyTagClassName
 {
   color: #282525;
 }
</style>

background-color css

<style>
 a { background-color: #282525; }

 a { background-color: rgb(40,37,37); }

 div.DivClassName
 {
   background-color: #282525;
 }
 .BgClassName
 {
   background-color: #282525;
 }
</style>

border-color css

<style>
 span { border-color: #282525; }

 span { border-color: rgb(40,37,37); }

 td.TdClassName
 {
   border-color: #282525;
 }
 .TagClassName
 {
   border-color: #282525;
 }
</style>