Html Css Color HEX #210E02 Seal Brown

📋 copy color: '#210E02'

red 33 ◦ green 14 ◦ blue 2

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

Shades of Seal Brown #210E02

Tints of Seal Brown #210E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 28.57%

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

R = 67.35%
G = 28.57%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#210E02 (or 0x210E02) is known color: Seal Brown. HEX triplet: 21, 0E and 02. RGB value is (33,14,2). Sum of RGB (Red+Green+Blue) = 33+14+2=49 (6% of max value = 765). Red value is 33 (13.28% from 255 or 67.35% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 33 - color contains mainly: red. Hex color #210E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210E02 is #DEF1FD. Grayscale: #121212. Windows color (decimal): -14610942 or 134689. OLE color: 134689.

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

Color convert

RGB 33 14 2 -
CMYK 0 0.58 0.94 0.87
HSL 23.23º 0.89% 0.07% -
HSV(B) 23.23º 0.94% 0.13% -
XYZ 0.8 0.64 0.14 -
YUV 18.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 33 14 2 0 0.58 0.94 0.87 23.23 0.89 0.07
Hex 21 E 2 0 3A 5E 57 17 59 7
Octal 41 16 2 0 72 136 127 27 131 7
Binary 100001 1110 10 0 111010 1011110 1010111 10111 1011001 111

Color Harmonies of #210E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210E02

Black with #210E02

Text Example


Text Example

White with #210E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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