#211818

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

Shades of Seal Brown #211818

Tints of Seal Brown #211818

Color information

#211818 (or 0x211818) is unknown color: approx Seal Brown. HEX triplet: 21, 18 and 18. RGB value is (33,24,24). Sum of RGB (Red+Green+Blue) = 33+24+24=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 33 - color contains mainly: red. Hex color #211818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211818 is #DEE7E7. Grayscale: #1A1A1A. Windows color (decimal): -14608360 or 1579041. OLE color: 1579041.

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

Color convert

RGB332424-
CMYK00.270.270.87
HSL15.79%11.18%-
HSV(B)27.27%12.94%-
XYZ1.121.041.01-
YUV26.69126.48132.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.74%
GREEN value IS 24 (9.77% from 255) = 29.63%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=40.74%
G=29.63%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33242400.270.270.87015.7911.18
Hex21181801B1B57010b
Octal4130300333312702013
Binary10000111000110000110111101110101110100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211818; }

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

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

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

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

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

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

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

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