#331C1C

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

Shades of Seal Brown #331C1C

Tints of Seal Brown #331C1C

Color information

#331C1C (or 0x331C1C) is unknown color: approx Seal Brown. HEX triplet: 33, 1C and 1C. RGB value is (51,28,28). Sum of RGB (Red+Green+Blue) = 51+28+28=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #331C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C1C is #CCE3E3. Grayscale: #222222. Windows color (decimal): -13427684 or 1842227. OLE color: 1842227.

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

Color convert

RGB512828-
CMYK00.450.450.8
HSL29.11%15.49%-
HSV(B)45.1%20%-
XYZ1.991.621.31-
YUV34.88124.12139.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 28 (11.33% from 255) = 26.17%
R=47.66%
G=26.17%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51282800.450.450.8029.1115.49
Hex331C1C02D2D5001df
Octal6334340555512003517
Binary1100111110011100010110110110110100000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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