#2D2424

Color #2D2424 Nero (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nero #2D2424

Tints of Nero #2D2424

Color information

#2D2424 (or 0x2D2424) is unknown color: approx Nero. HEX triplet: 2D, 24 and 24. RGB value is (45,36,36). Sum of RGB (Red+Green+Blue) = 45+36+36=117 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.46% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2424 is #D2DBDB. Grayscale: #262626. Windows color (decimal): -13818844 or 2368557. OLE color: 2368557.

HSL color Cylindrical-coordinate representation of color #2D2424: hue angle of 0º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2D2424 is Cyan = 0, Magento = 0.2, Yellow = 0.2 and Black (K on CMYK) = 0.82.

Color convert

RGB453636-
CMYK00.20.20.82
HSL11.11%15.88%-
HSV(B)20%17.65%-
XYZ2.031.951.94-
YUV38.69126.48132.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 38.46%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 36 (14.45% from 255) = 30.77%
R=38.46%
G=30.77%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.2
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45363600.20.20.82011.1115.88
Hex2D242401414520b10
Octal5544440242412201320
Binary1011011001001001000101001010010100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D2424; }

 p { color: rgb(45,36,36); }

 H1.HeaderClassName
 {
   color: #2D2424;
 }
 .AnyTagClassName
 {
   color: #2D2424;
 }
</style>
background-color css

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

 a { background-color: rgb(45,36,36); }

 div.DivClassName
 {
   background-color: #2D2424;
 }
 .BgClassName
 {
   background-color: #2D2424;
 }
</style>
border-color css

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

 span { border-color: rgb(45,36,36); }

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