#331818

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

Shades of Seal Brown #331818

Tints of Seal Brown #331818

Color information

#331818 (or 0x331818) is unknown color: approx Seal Brown. HEX triplet: 33, 18 and 18. RGB value is (51,24,24). Sum of RGB (Red+Green+Blue) = 51+24+24=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #331818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331818 is #CCE7E7. Grayscale: #202020. Windows color (decimal): -13428712 or 1579059. OLE color: 1579059.

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

Color convert

RGB512424-
CMYK00.530.530.8
HSL36%14.71%-
HSV(B)52.94%20%-
XYZ1.861.421.04-
YUV32.07123.45141.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51.52%
GREEN value IS 24 (9.77% from 255) = 24.24%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=51.52%
G=24.24%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51242400.530.530.803614.71
Hex3318180353550024f
Octal6330300656512004417
Binary11001111000110000110101110101101000001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331818; }

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

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

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

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

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

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

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

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