Html Css Color HEX #302424 Nero

📋 copy color: '#302424'

red 48 ◦ green 36 ◦ blue 36

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

Shades of Nero #302424

Tints of Nero #302424

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 value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#302424 (or 0x302424) is known color: 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

RGB 48 36 36 -
CMYK 0 0.25 0.25 0.81
HSL 0.14% 0.16% -
HSV(B) 0.25% 0.19% -
XYZ 2.17 2.02 1.94 -
YUV 39.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 48 36 36 0 0.25 0.25 0.81 0 0.14 0.16
Hex 30 24 24 0 19 19 51 0 E 10
Octal 60 44 44 0 31 31 121 0 16 20
Binary 110000 100100 100100 0 11001 11001 1010001 0 1110 10000

Color Harmonies of #302424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302424

Black with #302424

Text Example


Text Example

White with #302424

Text Example


Text Example

HTML Codes & Css Web 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>