#221919

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

Shades of Nero #221919

Tints of Nero #221919

Color information

#221919 (or 0x221919) is unknown color: approx Nero. HEX triplet: 22, 19 and 19. RGB value is (34,25,25). Sum of RGB (Red+Green+Blue) = 34+25+25=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 34 - color contains mainly: red. Hex color #221919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221919 is #DDE6E6. Grayscale: #1B1B1B. Windows color (decimal): -14542567 or 1644834. OLE color: 1644834.

HSL color Cylindrical-coordinate representation of color #221919: hue angle of 0º 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 #221919 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.87.

Color convert

RGB342525-
CMYK00.260.260.87
HSL15.25%11.57%-
HSV(B)26.47%13.33%-
XYZ1.181.111.07-
YUV27.69126.48132.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40.48%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 25 (10.16% from 255) = 29.76%
R=40.48%
G=29.76%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34252500.260.260.87015.2511.57
Hex22191901A1A570fc
Octal4231310323212701714
Binary1000101100111001011010110101010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221919; }

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

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

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

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

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

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

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

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