Html Css Color HEX #303326 Eternity

📋 copy color: '#303326'

red 48 ◦ green 51 ◦ blue 38

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

Shades of Eternity #303326

Tints of Eternity #303326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.74%

R = 35.04%
G = 37.23%
B = 27.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.8

RGB Variations

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

Color information

#303326 (or 0x303326) is known color: Eternity. HEX triplet: 30, 33 and 26. RGB value is (48,51,38). Sum of RGB (Red+Green+Blue) = 48+51+38=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 51 - color contains mainly: green. Hex color #303326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303326 is #CFCCD9. Grayscale: #303030. Windows color (decimal): -13618394 or 2503472. OLE color: 2503472.

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

Color convert

RGB 48 51 38 -
CMYK 0.06 0 0.25 0.8
HSL 73.85º 0.15% 0.17% -
HSV(B) 73.85º 0.25% 0.2% -
XYZ 2.75 3.14 2.29 -
YUV 48.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 48 51 38 0.06 0 0.25 0.8 73.85 0.15 0.17
Hex 30 33 26 6 0 19 50 4A F 11
Octal 60 63 46 6 0 31 120 112 17 21
Binary 110000 110011 100110 110 0 11001 1010000 1001010 1111 10001

Color Harmonies of #303326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303326

Black with #303326

Text Example


Text Example

White with #303326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303326; }

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

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

background-color css

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

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

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

border-color css

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

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

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