#222121

Color #222121 Nero (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nero #222121

Tints of Nero #222121

Color information

#222121 (or 0x222121) is unknown color: approx 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

RGB343333-
CMYK00.030.030.87
HSL1.49%13.14%-
HSV(B)2.94%13.33%-
XYZ1.481.541.66-
YUV33.3127.83128.5-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34333300.030.030.8701.4913.14
Hex2221210335701d
Octal4241410331270115
Binary100010100001100001011111010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>