Html Css Color HEX #30332A Eternity

📋 copy color: '#30332A'

red 48 ◦ green 51 ◦ blue 42

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

Shades of Eternity #30332A

Tints of Eternity #30332A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 29.79%

R = 34.04%
G = 36.17%
B = 29.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#30332A (or 0x30332A) is known color: Eternity. HEX triplet: 30, 33 and 2A. RGB value is (48,51,42). Sum of RGB (Red+Green+Blue) = 48+51+42=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 51 - color contains mainly: green. Hex color #30332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30332A is #CFCCD5. Grayscale: #313131. Windows color (decimal): -13618390 or 2765616. OLE color: 2765616.

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

Color convert

RGB 48 51 42 -
CMYK 0.06 0 0.18 0.8
HSL 80º 0.1% 0.18% -
HSV(B) 80º 0.18% 0.2% -
XYZ 2.82 3.16 2.65 -
YUV 49.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 48 51 42 0.06 0 0.18 0.8 80 0.1 0.18
Hex 30 33 2A 6 0 12 50 50 A 12
Octal 60 63 52 6 0 22 120 120 12 22
Binary 110000 110011 101010 110 0 10010 1010000 1010000 1010 10010

Color Harmonies of #30332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30332A

Black with #30332A

Text Example


Text Example

White with #30332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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