#221E1E

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

Shades of Nero #221E1E

Tints of Nero #221E1E

Color information

#221E1E (or 0x221E1E) is unknown color: approx Nero. HEX triplet: 22, 1E and 1E. RGB value is (34,30,30). Sum of RGB (Red+Green+Blue) = 34+30+30=94 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.17% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 34 - color contains mainly: red. Hex color #221E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221E1E is #DDE1E1. Grayscale: #1F1F1F. Windows color (decimal): -14541282 or 1973794. OLE color: 1973794.

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

Color convert

RGB343030-
CMYK00.120.120.87
HSL6.25%12.55%-
HSV(B)11.76%13.33%-
XYZ1.361.361.42-
YUV31.2127.33130-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.17%
GREEN value IS 30 (12.11% from 255) = 31.91%
BLUE value IS 30 (12.11% from 255) = 31.91%
R=36.17%
G=31.91%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34303000.120.120.8706.2512.55
Hex221E1E0CC5706d
Octal423636014141270615
Binary1000101111011110011001100101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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