Html Css Color HEX #332222 Nero

📋 copy color: '#332222'

red 51 ◦ green 34 ◦ blue 34

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

Shades of Nero #332222

Tints of Nero #332222

RGB

 RED value IS 51 (20.31% from 255) = 42.86%

 GREEN value IS 34 (13.67% from 255) = 28.57%

 BLUE value IS 34 (13.67% from 255) = 28.57%

R = 42.86%
G = 28.57%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.8

RGB Variations

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

Color information

#332222 (or 0x332222) is known color: Nero. HEX triplet: 33, 22 and 22. RGB value is (51,34,34). Sum of RGB (Red+Green+Blue) = 51+34+34=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #332222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332222 is #CCDDDD. Grayscale: #272727. Windows color (decimal): -13426142 or 2236979. OLE color: 2236979.

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

Color convert

RGB 51 34 34 -
CMYK 0 0.33 0.33 0.8
HSL 0.2% 0.17% -
HSV(B) 0.33% 0.2% -
XYZ 2.23 1.96 1.78 -
YUV 39.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 51 34 34 0 0.33 0.33 0.8 0 0.2 0.17
Hex 33 22 22 0 21 21 50 0 14 11
Octal 63 42 42 0 41 41 120 0 24 21
Binary 110011 100010 100010 0 100001 100001 1010000 0 10100 10001

Color Harmonies of #332222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332222

Black with #332222

Text Example


Text Example

White with #332222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332222; }

 p { color: rgb(51,34,34); }

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

background-color css

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

 a { background-color: rgb(51,34,34); }

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

border-color css

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

 span { border-color: rgb(51,34,34); }

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