#30332A

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

Shades of Eternity #30332A

Tints of Eternity #30332A

Color information

#30332A (or 0x30332A) is unknown color: approx Eternity. HEX triplet: 30, 33 and 2A. RGB value is (48,51,42). Sum of RGB (Red+Green+Blue) = 48+51+42=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 51 - color contains mainly: green. Hex color #30332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30332A is #CFCCD5. Grayscale: #313131. Windows color (decimal): -13618390 or 2765616. OLE color: 2765616.

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

Color convert

RGB485142-
CMYK0.0600.180.8
HSL80º9.68%18.24%-
HSV(B)80º17.65%20%-
XYZ2.823.162.65-
YUV49.08124.01127.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=34.04%
G=36.17%
B=29.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4851420.0600.180.8809.6818.24
Hex30332A60125050a12
Octal60635260221201201222
Binary11000011001110101011001001010100001010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30332A; }

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

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

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

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

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

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

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

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