Html Css Color HEX #210D02 Seal Brown

📋 copy color: '#210D02'

red 33 ◦ green 13 ◦ blue 2

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

Shades of Seal Brown #210D02

Tints of Seal Brown #210D02

RGB

 RED value IS 33 (13.28% from 255) = 68.75%

 GREEN value IS 13 (5.47% from 255) = 27.08%

 BLUE value IS 2 (1.17% from 255) = 4.17%

R = 68.75%
G = 27.08%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#210D02 (or 0x210D02) is known color: Seal Brown. HEX triplet: 21, 0D and 02. RGB value is (33,13,2). Sum of RGB (Red+Green+Blue) = 33+13+2=48 (6% of max value = 765). Red value is 33 (13.28% from 255 or 68.75% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 33 - color contains mainly: red. Hex color #210D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D02 is #DEF2FD. Grayscale: #111111. Windows color (decimal): -14611198 or 134433. OLE color: 134433.

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

Color convert

RGB 33 13 2 -
CMYK 0 0.61 0.94 0.87
HSL 21.29º 0.89% 0.07% -
HSV(B) 21.29º 0.94% 0.13% -
XYZ 0.78 0.62 0.14 -
YUV 17.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 33 13 2 0 0.61 0.94 0.87 21.29 0.89 0.07
Hex 21 D 2 0 3D 5E 57 15 59 7
Octal 41 15 2 0 75 136 127 25 131 7
Binary 100001 1101 10 0 111101 1011110 1010111 10101 1011001 111

Color Harmonies of #210D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D02

Black with #210D02

Text Example


Text Example

White with #210D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #210D02;
 }
 .AnyTagClassName
 {
   color: #210D02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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