#221818

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

Shades of Seal Brown #221818

Tints of Seal Brown #221818

Color information

#221818 (or 0x221818) is unknown color: approx Seal Brown. HEX triplet: 22, 18 and 18. RGB value is (34,24,24). Sum of RGB (Red+Green+Blue) = 34+24+24=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 34 - color contains mainly: red. Hex color #221818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221818 is #DDE7E7. Grayscale: #1B1B1B. Windows color (decimal): -14542824 or 1579042. OLE color: 1579042.

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

Color convert

RGB342424-
CMYK00.290.290.87
HSL17.24%11.37%-
HSV(B)29.41%13.33%-
XYZ1.151.061.01-
YUV26.99126.31133-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.46%
GREEN value IS 24 (9.77% from 255) = 29.27%
BLUE value IS 24 (9.77% from 255) = 29.27%
R=41.46%
G=29.27%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34242400.290.290.87017.2411.37
Hex22181801D1D57011b
Octal4230300353512702113
Binary10001011000110000111011110110101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221818; }

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

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

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

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

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

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

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

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