Html Css Color HEX #30292D Melanzane

📋 copy color: '#30292D'

red 48 ◦ green 41 ◦ blue 45

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

Shades of Melanzane #30292D

Tints of Melanzane #30292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.58%

R = 35.82%
G = 30.6%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#30292D (or 0x30292D) is known color: Melanzane. HEX triplet: 30, 29 and 2D. RGB value is (48,41,45). Sum of RGB (Red+Green+Blue) = 48+41+45=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 48 - color contains mainly: red. Hex color #30292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30292D is #CFD6D2. Grayscale: #2B2B2B. Windows color (decimal): -13620947 or 2959664. OLE color: 2959664.

HSL color Cylindrical-coordinate representation of color #30292D: hue angle of 325.71º 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 #30292D is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 41 45 -
CMYK 0 0.15 0.06 0.81
HSL 325.71º 0.08% 0.17% -
HSV(B) 325.71º 0.15% 0.19% -
XYZ 2.49 2.4 2.82 -
YUV 43.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 48 41 45 0 0.15 0.06 0.81 325.71 0.08 0.17
Hex 30 29 2D 0 F 6 51 146 8 11
Octal 60 51 55 0 17 6 121 506 10 21
Binary 110000 101001 101101 0 1111 110 1010001 101000110 1000 10001

Color Harmonies of #30292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30292D

Black with #30292D

Text Example


Text Example

White with #30292D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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