#331F1D

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

Shades of Seal Brown #331F1D

Tints of Seal Brown #331F1D

Color information

#331F1D (or 0x331F1D) is unknown color: approx Seal Brown. HEX triplet: 33, 1F and 1D. RGB value is (51,31,29). Sum of RGB (Red+Green+Blue) = 51+31+29=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #331F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F1D is #CCE0E2. Grayscale: #242424. Windows color (decimal): -13426915 or 1908531. OLE color: 1908531.

HSL color Cylindrical-coordinate representation of color #331F1D: hue angle of 5.45º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #331F1D is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB513129-
CMYK00.390.430.8
HSL5.45º27.5%15.69%-
HSV(B)5.45º43.14%20%-
XYZ2.081.771.4-
YUV36.75123.63138.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 31 (12.5% from 255) = 27.93%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=45.95%
G=27.93%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51312900.390.430.85.4527.515.69
Hex331F1D0272B5051c10
Octal6337350475312053420
Binary1100111111111101010011110101110100001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331F1D; }

 p { color: rgb(51,31,29); }

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

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

 a { background-color: rgb(51,31,29); }

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

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

 span { border-color: rgb(51,31,29); }

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