Html Css Color HEX #303525 Eternity

📋 copy color: '#303525'

red 48 ◦ green 53 ◦ blue 37

#303525
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eternity #303525

Tints of Eternity #303525

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 value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#303525 (or 0x303525) is known color: 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

RGB 48 53 37 -
CMYK 0.09 0 0.30 0.79
HSL 78.75º 0.18% 0.18% -
HSV(B) 78.75º 0.3% 0.21% -
XYZ 2.83 3.31 2.24 -
YUV 49.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 48 53 37 0.09 0 0.30 0.79 78.75 0.18 0.18
Hex 30 35 25 9 0 1E 4F 4F 12 12
Octal 60 65 45 11 0 36 117 117 22 22
Binary 110000 110101 100101 1001 0 11110 1001111 1001111 10010 10010

Color Harmonies of #303525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303525

Black with #303525

Text Example


Text Example

White with #303525

Text Example


Text Example

HTML Codes & Css Web 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>