#221918

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

Shades of Seal Brown #221918

Tints of Seal Brown #221918

Color information

#221918 (or 0x221918) is unknown color: approx Seal Brown. HEX triplet: 22, 19 and 18. RGB value is (34,25,24). Sum of RGB (Red+Green+Blue) = 34+25+24=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 34 - color contains mainly: red. Hex color #221918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221918 is #DDE6E7. Grayscale: #1B1B1B. Windows color (decimal): -14542568 or 1579298. OLE color: 1579298.

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

Color convert

RGB342524-
CMYK00.260.290.87
HSL17.24%11.37%-
HSV(B)29.41%13.33%-
XYZ1.171.11.01-
YUV27.58125.98132.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40.96%
GREEN value IS 25 (10.16% from 255) = 30.12%
BLUE value IS 24 (9.77% from 255) = 28.92%
R=40.96%
G=30.12%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34252400.260.290.87617.2411.37
Hex22191801A1D57611b
Octal4231300323512762113
Binary1000101100111000011010111011010111110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221918; }

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

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

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

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

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

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

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

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