#303326

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

Shades of Eternity #303326

Tints of Eternity #303326

Color information

#303326 (or 0x303326) is unknown color: approx Eternity. HEX triplet: 30, 33 and 26. RGB value is (48,51,38). Sum of RGB (Red+Green+Blue) = 48+51+38=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 51 - color contains mainly: green. Hex color #303326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303326 is #CFCCD9. Grayscale: #303030. Windows color (decimal): -13618394 or 2503472. OLE color: 2503472.

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

Color convert

RGB485138-
CMYK0.0600.250.8
HSL73.85º14.61%17.45%-
HSV(B)73.85º25.49%20%-
XYZ2.753.142.29-
YUV48.62122.01127.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 51 (20.31% from 255) = 37.23%
BLUE value IS 38 (15.23% from 255) = 27.74%
R=35.04%
G=37.23%
B=27.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4851380.0600.250.873.8514.6117.45
Hex3033266019504af11
Octal60634660311201121721
Binary11000011001110011011001100110100001001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303326; }

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

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

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

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

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

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

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

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