#303228

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

Shades of Eternity #303228

Tints of Eternity #303228

Color information

#303228 (or 0x303228) is unknown color: approx Eternity. HEX triplet: 30, 32 and 28. RGB value is (48,50,40). Sum of RGB (Red+Green+Blue) = 48+50+40=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 50 - color contains mainly: green. Hex color #303228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303228 is #CFCDD7. Grayscale: #303030. Windows color (decimal): -13618648 or 2634288. OLE color: 2634288.

HSL color Cylindrical-coordinate representation of color #303228: hue angle of 72º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #303228 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB485040-
CMYK0.0400.200.80
HSL72º11.11%17.65%-
HSV(B)72º20%19.61%-
XYZ2.743.062.45-
YUV48.26123.34127.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 40 (16.02% from 255) = 28.99%
R=34.78%
G=36.23%
B=28.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4850400.0400.200.807211.1117.65
Hex30322840145048b12
Octal60625040241201101322
Binary11000011001010100010001010010100001001000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303228; }

 p { color: rgb(48,50,40); }

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

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

 a { background-color: rgb(48,50,40); }

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

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

 span { border-color: rgb(48,50,40); }

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