#303324

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

Shades of Eternity #303324

Tints of Eternity #303324

Color information

#303324 (or 0x303324) is unknown color: approx Eternity. HEX triplet: 30, 33 and 24. RGB value is (48,51,36). Sum of RGB (Red+Green+Blue) = 48+51+36=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 51 - color contains mainly: green. Hex color #303324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303324 is #CFCCDB. Grayscale: #303030. Windows color (decimal): -13618396 or 2372400. OLE color: 2372400.

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

Color convert

RGB485136-
CMYK0.0600.290.8
HSL72º17.24%17.06%-
HSV(B)72º29.41%20%-
XYZ2.723.122.13-
YUV48.39121.01127.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.56%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 36 (14.45% from 255) = 26.67%
R=35.56%
G=37.78%
B=26.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4851360.0600.290.87217.2417.06
Hex303324601D50481111
Octal60634460351201102121
Binary110000110011100100110011101101000010010001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303324; }

 p { color: rgb(48,51,36); }

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

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

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

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

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

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

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