Html Css Color HEX #303329 Eternity

📋 copy color: '#303329'

red 48 ◦ green 51 ◦ blue 41

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

Shades of Eternity #303329

Tints of Eternity #303329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.43%

 BLUE value IS 41 (16.41% from 255) = 29.29%

R = 34.29%
G = 36.43%
B = 29.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#303329 (or 0x303329) is known color: Eternity. HEX triplet: 30, 33 and 29. RGB value is (48,51,41). Sum of RGB (Red+Green+Blue) = 48+51+41=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 51 - color contains mainly: green. Hex color #303329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303329 is #CFCCD6. Grayscale: #303030. Windows color (decimal): -13618391 or 2700080. OLE color: 2700080.

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

Color convert

RGB 48 51 41 -
CMYK 0.06 0 0.20 0.8
HSL 78º 0.11% 0.18% -
HSV(B) 78º 0.2% 0.2% -
XYZ 2.8 3.16 2.56 -
YUV 48.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 48 51 41 0.06 0 0.20 0.8 78 0.11 0.18
Hex 30 33 29 6 0 14 50 4E B 12
Octal 60 63 51 6 0 24 120 116 13 22
Binary 110000 110011 101001 110 0 10100 1010000 1001110 1011 10010

Color Harmonies of #303329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303329

Black with #303329

Text Example


Text Example

White with #303329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303329; }

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

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

background-color css

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

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

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

border-color css

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

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

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