#310302

Color #310302 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #310302

Tints of Seal Brown #310302

Color information

#310302 (or 0x310302) is unknown color: approx Seal Brown. HEX triplet: 31, 03 and 02. RGB value is (49,3,2). Sum of RGB (Red+Green+Blue) = 49+3+2=54 (7% of max value = 765). Red value is 49 (19.53% from 255 or 90.74% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 49 - color contains mainly: red. Hex color #310302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310302 is #CEFCFD. Grayscale: #101010. Windows color (decimal): -13565182 or 131889. OLE color: 131889.

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

Color convert

RGB4932-
CMYK00.940.960.81
HSL1.28º92.16%10%-
HSV(B)1.28º95.92%19.22%-
XYZ1.310.720.13-
YUV16.64119.74151.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 90.74%
GREEN value IS 3 (1.56% from 255) = 5.56%
BLUE value IS 2 (1.17% from 255) = 3.70%
R=90.74%
G=5.56%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal493200.940.960.811.2892.1610
Hex313205E605115ca
Octal61320136140121113412
Binary11000111100101111011000001010001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310302; }

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

 H1.HeaderClassName
 {
   color: #310302;
 }
 .AnyTagClassName
 {
   color: #310302;
 }
</style>
background-color css

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

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

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

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

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

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