#33352E

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

Shades of Eternity #33352E

Tints of Eternity #33352E

Color information

#33352E (or 0x33352E) is unknown color: approx Eternity. HEX triplet: 33, 35 and 2E. RGB value is (51,53,46). Sum of RGB (Red+Green+Blue) = 51+53+46=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 53 - color contains mainly: green. Hex color #33352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33352E is #CCCAD1. Grayscale: #333333. Windows color (decimal): -13421266 or 3028275. OLE color: 3028275.

HSL color Cylindrical-coordinate representation of color #33352E: hue angle of 77.14º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #33352E is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB515346-
CMYK0.0400.130.79
HSL77.14º7.07%19.41%-
HSV(B)77.14º13.21%20.78%-
XYZ3.133.453.09-
YUV51.6124.84127.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=34%
G=35.33%
B=30.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5153460.0400.130.7977.147.0719.41
Hex33352E40D4F4d713
Octal6365564015117115723
Binary110011110101101110100011011001111100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33352E; }

 p { color: rgb(51,53,46); }

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

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

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

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

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

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

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