#210302

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

Shades of Seal Brown #210302

Tints of Seal Brown #210302

Color information

#210302 (or 0x210302) is unknown color: approx Seal Brown. HEX triplet: 21, 03 and 02. RGB value is (33,3,2). Sum of RGB (Red+Green+Blue) = 33+3+2=38 (5% of max value = 765). Red value is 33 (13.28% from 255 or 86.84% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 33 - color contains mainly: red. Hex color #210302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210302 is #DEFCFD. Grayscale: #0B0B0B. Windows color (decimal): -14613758 or 131873. OLE color: 131873.

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

Color convert

RGB3332-
CMYK00.910.940.87
HSL1.94º88.57%6.86%-
HSV(B)1.94º93.94%12.94%-
XYZ0.670.390.1-
YUV11.86122.44143.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 86.84%
GREEN value IS 3 (1.56% from 255) = 7.89%
BLUE value IS 2 (1.17% from 255) = 5.26%
R=86.84%
G=7.89%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333200.910.940.871.9488.576.86
Hex213205B5E572597
Octal4132013313612721317
Binary10000111100101101110111101010111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210302; }

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

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

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

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

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

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

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

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