#303328

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

Shades of Eternity #303328

Tints of Eternity #303328

Color information

#303328 (or 0x303328) is unknown color: approx Eternity. HEX triplet: 30, 33 and 28. RGB value is (48,51,40). Sum of RGB (Red+Green+Blue) = 48+51+40=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 51 - color contains mainly: green. Hex color #303328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303328 is #CFCCD7. Grayscale: #303030. Windows color (decimal): -13618392 or 2634544. OLE color: 2634544.

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

Color convert

RGB485140-
CMYK0.0600.220.8
HSL76.36º12.09%17.84%-
HSV(B)76.36º21.57%20%-
XYZ2.793.152.47-
YUV48.85123.01127.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 40 (16.02% from 255) = 28.78%
R=34.53%
G=36.69%
B=28.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4851400.0600.220.876.3612.0917.84
Hex3033286016504cc12
Octal60635060261201141422
Binary11000011001110100011001011010100001001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303328; }

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

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

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

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

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

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

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

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