#302424

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

Shades of Nero #302424

Tints of Nero #302424

Color information

#302424 (or 0x302424) is unknown color: approx Nero. HEX triplet: 30, 24 and 24. RGB value is (48,36,36). Sum of RGB (Red+Green+Blue) = 48+36+36=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #302424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302424 is #CFDBDB. Grayscale: #272727. Windows color (decimal): -13622236 or 2368560. OLE color: 2368560.

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

Color convert

RGB483636-
CMYK00.250.250.81
HSL14.29%16.47%-
HSV(B)25%18.82%-
XYZ2.172.021.94-
YUV39.59125.98134-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 36 (14.45% from 255) = 30%
R=40%
G=30%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48363600.250.250.81014.2916.47
Hex30242401919510e10
Octal6044440313112101620
Binary1100001001001001000110011100110100010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302424; }

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

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

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

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

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

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

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

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