#303325

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

Shades of Eternity #303325

Tints of Eternity #303325

Color information

#303325 (or 0x303325) is unknown color: approx Eternity. HEX triplet: 30, 33 and 25. RGB value is (48,51,37). Sum of RGB (Red+Green+Blue) = 48+51+37=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 51 - color contains mainly: green. Hex color #303325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303325 is #CFCCDA. Grayscale: #303030. Windows color (decimal): -13618395 or 2437936. OLE color: 2437936.

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

Color convert

RGB485137-
CMYK0.0600.270.8
HSL72.86º15.91%17.25%-
HSV(B)72.86º27.45%20%-
XYZ2.743.132.21-
YUV48.51121.51127.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.29%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 37 (14.84% from 255) = 27.21%
R=35.29%
G=37.5%
B=27.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4851370.0600.270.872.8615.9117.25
Hex303325601B50491011
Octal60634560331201112021
Binary110000110011100101110011011101000010010011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303325; }

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

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

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

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

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

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

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

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