Html Css Color HEX #303428 Eternity

📋 copy color: '#303428'

red 48 ◦ green 52 ◦ blue 40

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

Shades of Eternity #303428

Tints of Eternity #303428

RGB

 RED value IS 48 (19.14% from 255) = 34.29%

 GREEN value IS 52 (20.7% from 255) = 37.14%

 BLUE value IS 40 (16.02% from 255) = 28.57%

R = 34.29%
G = 37.14%
B = 28.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#303428 (or 0x303428) is known color: Eternity. HEX triplet: 30, 34 and 28. RGB value is (48,52,40). Sum of RGB (Red+Green+Blue) = 48+52+40=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 52 - color contains mainly: green. Hex color #303428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303428 is #CFCBD7. Grayscale: #313131. Windows color (decimal): -13618136 or 2634800. OLE color: 2634800.

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

Color convert

RGB 48 52 40 -
CMYK 0.08 0 0.23 0.80
HSL 80º 0.13% 0.18% -
HSV(B) 80º 0.23% 0.2% -
XYZ 2.83 3.24 2.48 -
YUV 49.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 48 52 40 0.08 0 0.23 0.80 80 0.13 0.18
Hex 30 34 28 8 0 17 50 50 D 12
Octal 60 64 50 10 0 27 120 120 15 22
Binary 110000 110100 101000 1000 0 10111 1010000 1010000 1101 10010

Color Harmonies of #303428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303428

Black with #303428

Text Example


Text Example

White with #303428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303428; }

 p { color: rgb(48,52,40); }

 H1.HeaderClassName
 {
   color: #303428;
 }
 .AnyTagClassName
 {
   color: #303428;
 }
</style>

background-color css

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

 a { background-color: rgb(48,52,40); }

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

border-color css

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

 span { border-color: rgb(48,52,40); }

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