#331B1B

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

Shades of Seal Brown #331B1B

Tints of Seal Brown #331B1B

Color information

#331B1B (or 0x331B1B) is unknown color: approx Seal Brown. HEX triplet: 33, 1B and 1B. RGB value is (51,27,27). Sum of RGB (Red+Green+Blue) = 51+27+27=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #331B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B1B is #CCE4E4. Grayscale: #222222. Windows color (decimal): -13427941 or 1776435. OLE color: 1776435.

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

Color convert

RGB512727-
CMYK00.470.470.8
HSL30.77%15.29%-
HSV(B)47.06%20%-
XYZ1.961.571.24-
YUV34.18123.95140-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.57%
GREEN value IS 27 (10.94% from 255) = 25.71%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=48.57%
G=25.71%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51272700.470.470.8030.7715.29
Hex331B1B02F2F5001ff
Octal6333330575712003717
Binary1100111101111011010111110111110100000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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