Html Css Color HEX #210B02 Seal Brown

📋 copy color: '#210B02'

red 33 ◦ green 11 ◦ blue 2

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

Shades of Seal Brown #210B02

Tints of Seal Brown #210B02

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

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#210B02 (or 0x210B02) is known color: 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

RGB 33 11 2 -
CMYK 0 0.67 0.94 0.87
HSL 17.42º 0.89% 0.07% -
HSV(B) 17.42º 0.94% 0.13% -
XYZ 0.76 0.57 0.13 -
YUV 16.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 33 11 2 0 0.67 0.94 0.87 17.42 0.89 0.07
Hex 21 B 2 0 43 5E 57 11 59 7
Octal 41 13 2 0 103 136 127 21 131 7
Binary 100001 1011 10 0 1000011 1011110 1010111 10001 1011001 111

Color Harmonies of #210B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210B02

Black with #210B02

Text Example


Text Example

White with #210B02

Text Example


Text Example

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