#303525

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

Shades of Eternity #303525

Tints of Eternity #303525

Color information

#303525 (or 0x303525) is unknown color: approx Eternity. HEX triplet: 30, 35 and 25. RGB value is (48,53,37). Sum of RGB (Red+Green+Blue) = 48+53+37=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 53 - color contains mainly: green. Hex color #303525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303525 is #CFCADA. Grayscale: #313131. Windows color (decimal): -13617883 or 2438448. OLE color: 2438448.

HSL color Cylindrical-coordinate representation of color #303525: hue angle of 78.75º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #303525 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB485337-
CMYK0.0900.300.79
HSL78.75º17.78%17.65%-
HSV(B)78.75º30.19%20.78%-
XYZ2.833.312.24-
YUV49.68120.84126.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=34.78%
G=38.41%
B=26.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4853370.0900.300.7978.7517.7817.65
Hex303525901E4F4f1212
Octal606545110361171172222
Binary1100001101011001011001011110100111110011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303525; }

 p { color: rgb(48,53,37); }

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

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

 a { background-color: rgb(48,53,37); }

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

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

 span { border-color: rgb(48,53,37); }

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