#331F1F

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

Shades of Seal Brown #331F1F

Tints of Seal Brown #331F1F

Color information

#331F1F (or 0x331F1F) is unknown color: approx Seal Brown. HEX triplet: 33, 1F and 1F. RGB value is (51,31,31). Sum of RGB (Red+Green+Blue) = 51+31+31=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #331F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F1F is #CCE0E0. Grayscale: #252525. Windows color (decimal): -13426913 or 2039603. OLE color: 2039603.

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

Color convert

RGB513131-
CMYK00.390.390.8
HSL24.39%16.08%-
HSV(B)39.22%20%-
XYZ2.11.781.53-
YUV36.98124.63138-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.13%
GREEN value IS 31 (12.5% from 255) = 27.43%
BLUE value IS 31 (12.5% from 255) = 27.43%
R=45.13%
G=27.43%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51313100.390.390.8024.3916.08
Hex331F1F027275001810
Octal6337370474712003020
Binary11001111111111110100111100111101000001100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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