Html Css Color HEX #210300 Seal Brown

📋 copy color: '#210300'

red 33 ◦ green 3 ◦ blue 0

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

Shades of Seal Brown #210300

Tints of Seal Brown #210300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.67%
G = 8.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#210300 (or 0x210300) is known color: Seal Brown. HEX triplet: 21, 03 and 00. RGB value is (33,3,0). Sum of RGB (Red+Green+Blue) = 33+3+0=36 (4% of max value = 765). Red value is 33 (13.28% from 255 or 91.67% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 33 - color contains mainly: red. Hex color #210300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210300 is #DEFCFF. Grayscale: #0B0B0B. Windows color (decimal): -14613760 or 801. OLE color: 801.

HSL color Cylindrical-coordinate representation of color #210300: hue angle of 5.45º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210300 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 3 0 -
CMYK 0 0.91 1 0.87
HSL 5.45º 1% 0.06% -
HSV(B) 5.45º 1% 0.13% -
XYZ 0.66 0.39 0.04 -
YUV 11.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 33 3 0 0 0.91 1 0.87 5.45 1 0.06
Hex 21 3 0 0 5B 64 57 5 64 6
Octal 41 3 0 0 133 144 127 5 144 6
Binary 100001 11 0 0 1011011 1100100 1010111 101 1100100 110

Color Harmonies of #210300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210300

Black with #210300

Text Example


Text Example

White with #210300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210300; }

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

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

background-color css

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

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

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

border-color css

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

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

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