#331002

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

Shades of Seal Brown #331002

Tints of Seal Brown #331002

Color information

#331002 (or 0x331002) is unknown color: approx Seal Brown. HEX triplet: 33, 10 and 02. RGB value is (51,16,2). Sum of RGB (Red+Green+Blue) = 51+16+2=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #331002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331002 is #CCEFFD. Grayscale: #181818. Windows color (decimal): -13430782 or 135219. OLE color: 135219.

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

Color convert

RGB51162-
CMYK00.690.960.8
HSL17.14º92.45%10.39%-
HSV(B)17.14º96.08%20%-
XYZ1.561.080.18-
YUV24.87115.1146.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 73.91%
GREEN value IS 16 (6.64% from 255) = 23.19%
BLUE value IS 2 (1.17% from 255) = 2.90%
R=73.91%
G=23.19%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5116200.690.960.817.1492.4510.39
Hex331020456050115ca
Octal6320201051401202113412
Binary110011100001001000101110000010100001000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331002; }

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

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

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

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

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

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

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

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