#221A19

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

Shades of Nero #221A19

Tints of Nero #221A19

Color information

#221A19 (or 0x221A19) is unknown color: approx Nero. HEX triplet: 22, 1A and 19. RGB value is (34,26,25). Sum of RGB (Red+Green+Blue) = 34+26+25=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 34 - color contains mainly: red. Hex color #221A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221A19 is #DDE5E6. Grayscale: #1C1C1C. Windows color (decimal): -14542311 or 1645090. OLE color: 1645090.

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

Color convert

RGB342625-
CMYK00.240.260.87
HSL6.67º15.25%11.57%-
HSV(B)6.67º26.47%13.33%-
XYZ1.21.151.08-
YUV28.28126.15132.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40%
GREEN value IS 26 (10.55% from 255) = 30.59%
BLUE value IS 25 (10.16% from 255) = 29.41%
R=40%
G=30.59%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34262500.240.260.876.6715.2511.57
Hex221A190181A577fc
Octal4232310303212771714
Binary100010110101100101100011010101011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,26,25); }

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

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

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

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

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

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

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