#33362C

Color #33362C Eternity (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eternity #33362C

Tints of Eternity #33362C

Color information

#33362C (or 0x33362C) is unknown color: approx Eternity. HEX triplet: 33, 36 and 2C. RGB value is (51,54,44). Sum of RGB (Red+Green+Blue) = 51+54+44=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 54 - color contains mainly: green. Hex color #33362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33362C is #CCC9D3. Grayscale: #343434. Windows color (decimal): -13421012 or 2897459. OLE color: 2897459.

HSL color Cylindrical-coordinate representation of color #33362C: hue angle of 78º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #33362C is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB515444-
CMYK0.0600.190.79
HSL78º10.2%19.22%-
HSV(B)78º18.52%21.18%-
XYZ3.143.522.9-
YUV51.96123.51127.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.23%
GREEN value IS 54 (21.48% from 255) = 36.24%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=34.23%
G=36.24%
B=29.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5154440.0600.190.797810.219.22
Hex33362C60134F4ea13
Octal63665460231171161223
Binary11001111011010110011001001110011111001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33362C; }

 p { color: rgb(51,54,44); }

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

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

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

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

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

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

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