Html Css Color HEX #310200 Seal Brown

📋 copy color: '#310200'

red 49 ◦ green 2 ◦ blue 0

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

Shades of Seal Brown #310200

Tints of Seal Brown #310200

RGB

 RED value IS 49 (19.53% from 255) = 96.08%

 GREEN value IS 2 (1.17% from 255) = 3.92%

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

R = 96.08%
G = 3.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#310200 (or 0x310200) is known color: Seal Brown. HEX triplet: 31, 02 and 00. RGB value is (49,2,0). Sum of RGB (Red+Green+Blue) = 49+2+0=51 (6% of max value = 765). Red value is 49 (19.53% from 255 or 96.08% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 49 - color contains mainly: red. Hex color #310200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310200 is #CEFDFF. Grayscale: #0F0F0F. Windows color (decimal): -13565440 or 561. OLE color: 561.

HSL color Cylindrical-coordinate representation of color #310200: hue angle of 2.45º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310200 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 2 0 -
CMYK 0 0.96 1 0.81
HSL 2.45º 1% 0.1% -
HSV(B) 2.45º 1% 0.19% -
XYZ 1.29 0.7 0.07 -
YUV 15.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 49 2 0 0 0.96 1 0.81 2.45 1 0.1
Hex 31 2 0 0 60 64 51 2 64 A
Octal 61 2 0 0 140 144 121 2 144 12
Binary 110001 10 0 0 1100000 1100100 1010001 10 1100100 1010

Color Harmonies of #310200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310200

Black with #310200

Text Example


Text Example

White with #310200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310200; }

 p { color: rgb(49,2,0); }

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

background-color css

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

 a { background-color: rgb(49,2,0); }

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

border-color css

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

 span { border-color: rgb(49,2,0); }

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