#331212

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

Shades of Seal Brown #331212

Tints of Seal Brown #331212

Color information

#331212 (or 0x331212) is unknown color: approx Seal Brown. HEX triplet: 33, 12 and 12. RGB value is (51,18,18). Sum of RGB (Red+Green+Blue) = 51+18+18=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #331212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331212 is #CCEDED. Grayscale: #1B1B1B. Windows color (decimal): -13430254 or 1184307. OLE color: 1184307.

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

Color convert

RGB511818-
CMYK00.650.650.8
HSL47.83%13.53%-
HSV(B)64.71%20%-
XYZ1.691.180.71-
YUV27.87122.43144.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 58.62%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=58.62%
G=20.69%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51181800.650.650.8047.8313.53
Hex3312120414150030e
Octal632222010110112006016
Binary1100111001010010010000011000001101000001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331212; }

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

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

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

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

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

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

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

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