Html Css Color HEX #211212 Seal Brown

📋 copy color: '#211212'

red 33 ◦ green 18 ◦ blue 18

#211212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #211212

Tints of Seal Brown #211212

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 value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.87

RGB Variations

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

Color information

#211212 (or 0x211212) is known color: 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

RGB 33 18 18 -
CMYK 0 0.45 0.45 0.87
HSL 0.29% 0.1% -
HSV(B) 0.45% 0.13% -
XYZ 0.95 0.8 0.68 -
YUV 22.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 33 18 18 0 0.45 0.45 0.87 0 0.29 0.1
Hex 21 12 12 0 2D 2D 57 0 1D A
Octal 41 22 22 0 55 55 127 0 35 12
Binary 100001 10010 10010 0 101101 101101 1010111 0 11101 1010

Color Harmonies of #211212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211212

Black with #211212

Text Example


Text Example

White with #211212

Text Example


Text Example

HTML Codes & Css Web 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>