#303426

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

Shades of Eternity #303426

Tints of Eternity #303426

Color information

#303426 (or 0x303426) is unknown color: approx Eternity. HEX triplet: 30, 34 and 26. RGB value is (48,52,38). Sum of RGB (Red+Green+Blue) = 48+52+38=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #303426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303426 is #CFCBD9. Grayscale: #313131. Windows color (decimal): -13618138 or 2503728. OLE color: 2503728.

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

Color convert

RGB485238-
CMYK0.0800.270.80
HSL77.14º15.56%17.65%-
HSV(B)77.14º26.92%20.39%-
XYZ2.83.222.31-
YUV49.21121.67127.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=34.78%
G=37.68%
B=27.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4852380.0800.270.8077.1415.5617.65
Hex303426801B504d1012
Octal606446100331201152022
Binary1100001101001001101000011011101000010011011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303426; }

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

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

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

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

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

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

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

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