Html Css Color HEX #322323 Nero

📋 copy color: '#322323'

red 50 ◦ green 35 ◦ blue 35

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

Shades of Nero #322323

Tints of Nero #322323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.17%

 BLUE value IS 35 (14.06% from 255) = 29.17%

R = 41.67%
G = 29.17%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#322323 (or 0x322323) is known color: Nero. HEX triplet: 32, 23 and 23. RGB value is (50,35,35). Sum of RGB (Red+Green+Blue) = 50+35+35=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #322323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322323 is #CDDCDC. Grayscale: #272727. Windows color (decimal): -13491421 or 2302770. OLE color: 2302770.

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

Color convert

RGB 50 35 35 -
CMYK 0 0.30 0.30 0.80
HSL 0.18% 0.17% -
HSV(B) 0.3% 0.2% -
XYZ 2.22 2 1.86 -
YUV 39.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 50 35 35 0 0.30 0.30 0.80 0 0.18 0.17
Hex 32 23 23 0 1E 1E 50 0 12 11
Octal 62 43 43 0 36 36 120 0 22 21
Binary 110010 100011 100011 0 11110 11110 1010000 0 10010 10001

Color Harmonies of #322323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322323

Black with #322323

Text Example


Text Example

White with #322323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322323; }

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

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

background-color css

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

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

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

border-color css

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

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

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