#303521

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

Shades of Eternity #303521

Tints of Eternity #303521

Color information

#303521 (or 0x303521) is unknown color: approx Eternity. HEX triplet: 30, 35 and 21. RGB value is (48,53,33). Sum of RGB (Red+Green+Blue) = 48+53+33=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 53 - color contains mainly: green. Hex color #303521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303521 is #CFCADE. Grayscale: #313131. Windows color (decimal): -13617887 or 2176304. OLE color: 2176304.

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

Color convert

RGB485333-
CMYK0.0900.380.79
HSL75º23.26%16.86%-
HSV(B)75º37.74%20.78%-
XYZ2.773.281.93-
YUV49.22118.84127.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 53 (21.09% from 255) = 39.55%
BLUE value IS 33 (13.28% from 255) = 24.63%
R=35.82%
G=39.55%
B=24.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4853330.0900.380.797523.2616.86
Hex30352190264F4b1711
Octal606541110461171132721
Binary11000011010110000110010100110100111110010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303521; }

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

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

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

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

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

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

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

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