Html Css Color HEX #222121 Nero

📋 copy color: '#222121'

red 34 ◦ green 33 ◦ blue 33

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

Shades of Nero #222121

Tints of Nero #222121

RGB

 RED value IS 34 (13.67% from 255) = 34%

 GREEN value IS 33 (13.28% from 255) = 33%

 BLUE value IS 33 (13.28% from 255) = 33%

R = 34%
G = 33%
B = 33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#222121 (or 0x222121) is known color: Nero. HEX triplet: 22, 21 and 21. RGB value is (34,33,33). Sum of RGB (Red+Green+Blue) = 34+33+33=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 34 - color contains mainly: red. Hex color #222121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222121 is #DDDEDE. Grayscale: #212121. Windows color (decimal): -14540511 or 2171170. OLE color: 2171170.

HSL color Cylindrical-coordinate representation of color #222121: hue angle of 0º degrees, saturation: 0.01, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #222121 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 33 33 -
CMYK 0 0.03 0.03 0.87
HSL 0.01% 0.13% -
HSV(B) 0.03% 0.13% -
XYZ 1.48 1.54 1.66 -
YUV 33.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 34 33 33 0 0.03 0.03 0.87 0 0.01 0.13
Hex 22 21 21 0 3 3 57 0 1 D
Octal 42 41 41 0 3 3 127 0 1 15
Binary 100010 100001 100001 0 11 11 1010111 0 1 1101

Color Harmonies of #222121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222121

Black with #222121

Text Example


Text Example

White with #222121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222121; }

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

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

background-color css

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

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

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

border-color css

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

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

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