#221F1F

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

Shades of Nero #221F1F

Tints of Nero #221F1F

Color information

#221F1F (or 0x221F1F) is unknown color: approx Nero. HEX triplet: 22, 1F and 1F. RGB value is (34,31,31). Sum of RGB (Red+Green+Blue) = 34+31+31=96 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.42% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 34 - color contains mainly: red. Hex color #221F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221F1F is #DDE0E0. Grayscale: #1F1F1F. Windows color (decimal): -14541025 or 2039586. OLE color: 2039586.

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

Color convert

RGB343131-
CMYK00.090.090.87
HSL4.62%12.75%-
HSV(B)8.82%13.33%-
XYZ1.41.421.5-
YUV31.9127.49129.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.42%
GREEN value IS 31 (12.5% from 255) = 32.29%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=35.42%
G=32.29%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34313100.090.090.8704.6212.75
Hex221F1F0995705d
Octal423737011111270515
Binary1000101111111111010011001101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221F1F; }

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

 H1.HeaderClassName
 {
   color: #221F1F;
 }
 .AnyTagClassName
 {
   color: #221F1F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #221F1F;
 }
 .BgClassName
 {
   background-color: #221F1F;
 }
</style>
border-color css

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

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

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