Html Css Color HEX #331003 Seal Brown

📋 copy color: '#331003'

red 51 ◦ green 16 ◦ blue 3

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

Shades of Seal Brown #331003

Tints of Seal Brown #331003

RGB

 RED value IS 51 (20.31% from 255) = 72.86%

 GREEN value IS 16 (6.64% from 255) = 22.86%

 BLUE value IS 3 (1.56% from 255) = 4.29%

R = 72.86%
G = 22.86%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.8

RGB Variations

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

Color information

#331003 (or 0x331003) is known color: Seal Brown. HEX triplet: 33, 10 and 03. RGB value is (51,16,3). Sum of RGB (Red+Green+Blue) = 51+16+3=70 (9% of max value = 765). Red value is 51 (20.31% from 255 or 72.86% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 51 - color contains mainly: red. Hex color #331003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331003 is #CCEFFC. Grayscale: #191919. Windows color (decimal): -13430781 or 200755. OLE color: 200755.

HSL color Cylindrical-coordinate representation of color #331003: hue angle of 16.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #331003 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 16 3 -
CMYK 0 0.69 0.94 0.8
HSL 16.25º 0.89% 0.11% -
HSV(B) 16.25º 0.94% 0.2% -
XYZ 1.57 1.08 0.21 -
YUV 24.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 51 16 3 0 0.69 0.94 0.8 16.25 0.89 0.11
Hex 33 10 3 0 45 5E 50 10 59 B
Octal 63 20 3 0 105 136 120 20 131 13
Binary 110011 10000 11 0 1000101 1011110 1010000 10000 1011001 1011

Color Harmonies of #331003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331003

Black with #331003

Text Example


Text Example

White with #331003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331003; }

 p { color: rgb(51,16,3); }

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

background-color css

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

 a { background-color: rgb(51,16,3); }

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

border-color css

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

 span { border-color: rgb(51,16,3); }

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