#2D2323

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

Shades of Nero #2D2323

Tints of Nero #2D2323

Color information

#2D2323 (or 0x2D2323) is unknown color: approx Nero. HEX triplet: 2D, 23 and 23. RGB value is (45,35,35). Sum of RGB (Red+Green+Blue) = 45+35+35=115 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.13% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2323 is #D2DCDC. Grayscale: #262626. Windows color (decimal): -13819101 or 2302765. OLE color: 2302765.

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

Color convert

RGB453535-
CMYK00.220.220.82
HSL12.5%15.69%-
HSV(B)22.22%17.65%-
XYZ1.991.881.85-
YUV37.99126.31133-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 39.13%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 35 (14.06% from 255) = 30.43%
R=39.13%
G=30.43%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45353500.220.220.82012.515.69
Hex2D232301616520d10
Octal5543430262612201520
Binary1011011000111000110101101011010100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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