Html Css Color HEX #322424 Nero

📋 copy color: '#322424'

red 50 ◦ green 36 ◦ blue 36

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

Shades of Nero #322424

Tints of Nero #322424

RGB

 RED value IS 50 (19.92% from 255) = 40.98%

 GREEN value IS 36 (14.45% from 255) = 29.51%

 BLUE value IS 36 (14.45% from 255) = 29.51%

R = 40.98%
G = 29.51%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.80

RGB Variations

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

Color information

#322424 (or 0x322424) is known color: Nero. HEX triplet: 32, 24 and 24. RGB value is (50,36,36). Sum of RGB (Red+Green+Blue) = 50+36+36=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #322424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322424 is #CDDBDB. Grayscale: #282828. Windows color (decimal): -13491164 or 2368562. OLE color: 2368562.

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

Color convert

RGB 50 36 36 -
CMYK 0 0.28 0.28 0.80
HSL 0.16% 0.17% -
HSV(B) 0.28% 0.2% -
XYZ 2.26 2.07 1.95 -
YUV 40.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 50 36 36 0 0.28 0.28 0.80 0 0.16 0.17
Hex 32 24 24 0 1C 1C 50 0 10 11
Octal 62 44 44 0 34 34 120 0 20 21
Binary 110010 100100 100100 0 11100 11100 1010000 0 10000 10001

Color Harmonies of #322424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322424

Black with #322424

Text Example


Text Example

White with #322424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322424; }

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

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

background-color css

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

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

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

border-color css

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

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

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