#30312C

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

Shades of Eternity #30312C

Tints of Eternity #30312C

Color information

#30312C (or 0x30312C) is unknown color: approx Eternity. HEX triplet: 30, 31 and 2C. RGB value is (48,49,44). Sum of RGB (Red+Green+Blue) = 48+49+44=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 49 - color contains mainly: green. Hex color #30312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30312C is #CFCED3. Grayscale: #303030. Windows color (decimal): -13618900 or 2896176. OLE color: 2896176.

HSL color Cylindrical-coordinate representation of color #30312C: hue angle of 72º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #30312C is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB484944-
CMYK0.0200.100.81
HSL72º5.38%18.24%-
HSV(B)72º10.2%19.22%-
XYZ2.773.012.82-
YUV48.13125.67127.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=34.04%
G=34.75%
B=31.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849440.0200.100.81725.3818.24
Hex30312C20A5148512
Octal6061542012121110522
Binary11000011000110110010010101010001100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30312C; }

 p { color: rgb(48,49,44); }

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

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

 a { background-color: rgb(48,49,44); }

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

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

 span { border-color: rgb(48,49,44); }

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