#210B02

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

Shades of Seal Brown #210B02

Tints of Seal Brown #210B02

Color information

#210B02 (or 0x210B02) is unknown color: approx Seal Brown. HEX triplet: 21, 0B and 02. RGB value is (33,11,2). Sum of RGB (Red+Green+Blue) = 33+11+2=46 (6% of max value = 765). Red value is 33 (13.28% from 255 or 71.74% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 33 - color contains mainly: red. Hex color #210B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210B02 is #DEF4FD. Grayscale: #101010. Windows color (decimal): -14611710 or 133921. OLE color: 133921.

HSL color Cylindrical-coordinate representation of color #210B02: hue angle of 17.42º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210B02 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB33112-
CMYK00.670.940.87
HSL17.42º88.57%6.86%-
HSV(B)17.42º93.94%12.94%-
XYZ0.760.570.13-
YUV16.55119.79139.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 71.74%
GREEN value IS 11 (4.69% from 255) = 23.91%
BLUE value IS 2 (1.17% from 255) = 4.35%
R=71.74%
G=23.91%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3311200.670.940.8717.4288.576.86
Hex21B20435E5711597
Octal411320103136127211317
Binary1000011011100100001110111101010111100011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210B02; }

 p { color: rgb(33,11,2); }

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

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

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

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

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

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

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