#211212

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

Shades of Seal Brown #211212

Tints of Seal Brown #211212

Color information

#211212 (or 0x211212) is unknown color: approx Seal Brown. HEX triplet: 21, 12 and 12. RGB value is (33,18,18). Sum of RGB (Red+Green+Blue) = 33+18+18=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 33 - color contains mainly: red. Hex color #211212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211212 is #DEEDED. Grayscale: #161616. Windows color (decimal): -14609902 or 1184289. OLE color: 1184289.

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

Color convert

RGB331818-
CMYK00.450.450.87
HSL29.41%10%-
HSV(B)45.45%12.94%-
XYZ0.950.80.68-
YUV22.48125.47135.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.83%
GREEN value IS 18 (7.42% from 255) = 26.09%
BLUE value IS 18 (7.42% from 255) = 26.09%
R=47.83%
G=26.09%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33181800.450.450.87029.4110
Hex21121202D2D5701da
Octal4122220555512703512
Binary1000011001010010010110110110110101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211212; }

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

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

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

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

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

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

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

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