Html Css Color HEX #30292E Melanzane

📋 copy color: '#30292E'

red 48 ◦ green 41 ◦ blue 46

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

Shades of Melanzane #30292E

Tints of Melanzane #30292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.37%

 BLUE value IS 46 (18.36% from 255) = 34.07%

R = 35.56%
G = 30.37%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#30292E (or 0x30292E) is known color: Melanzane. HEX triplet: 30, 29 and 2E. RGB value is (48,41,46). Sum of RGB (Red+Green+Blue) = 48+41+46=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 48 - color contains mainly: red. Hex color #30292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30292E is #CFD6D1. Grayscale: #2B2B2B. Windows color (decimal): -13620946 or 3025200. OLE color: 3025200.

HSL color Cylindrical-coordinate representation of color #30292E: hue angle of 317.14º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #30292E is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 41 46 -
CMYK 0 0.15 0.04 0.81
HSL 317.14º 0.08% 0.17% -
HSV(B) 317.14º 0.15% 0.19% -
XYZ 2.51 2.41 2.92 -
YUV 43.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 48 41 46 0 0.15 0.04 0.81 317.14 0.08 0.17
Hex 30 29 2E 0 F 4 51 13D 8 11
Octal 60 51 56 0 17 4 121 475 10 21
Binary 110000 101001 101110 0 1111 100 1010001 100111101 1000 10001

Color Harmonies of #30292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30292E

Black with #30292E

Text Example


Text Example

White with #30292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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