#331001

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

Shades of Seal Brown #331001

Tints of Seal Brown #331001

Color information

#331001 (or 0x331001) is unknown color: approx Seal Brown. HEX triplet: 33, 10 and 01. RGB value is (51,16,1). Sum of RGB (Red+Green+Blue) = 51+16+1=68 (9% of max value = 765). Red value is 51 (20.31% from 255 or 75% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 51 - color contains mainly: red. Hex color #331001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331001 is #CCEFFE. Grayscale: #181818. Windows color (decimal): -13430783 or 69683. OLE color: 69683.

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

Color convert

RGB51161-
CMYK00.690.980.8
HSL18º96.15%10.2%-
HSV(B)18º98.04%20%-
XYZ1.561.080.15-
YUV24.76114.6146.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 75%
GREEN value IS 16 (6.64% from 255) = 23.53%
BLUE value IS 1 (0.78% from 255) = 1.47%
R=75%
G=23.53%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5116100.690.980.81896.1510.2
Hex3310104562501260a
Octal6320101051421202214012
Binary11001110000101000101110001010100001001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331001; }

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

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

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

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

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

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

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

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