Html Css Color HEX #301E29 Melanzane

📋 copy color: '#301E29'

red 48 ◦ green 30 ◦ blue 41

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

Shades of Melanzane #301E29

Tints of Melanzane #301E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25.21%

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

R = 40.34%
G = 25.21%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#301E29 (or 0x301E29) is known color: Melanzane. HEX triplet: 30, 1E and 29. RGB value is (48,30,41). Sum of RGB (Red+Green+Blue) = 48+30+41=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #301E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E29 is #CFE1D6. Grayscale: #242424. Windows color (decimal): -13623767 or 2694704. OLE color: 2694704.

HSL color Cylindrical-coordinate representation of color #301E29: hue angle of 323.33º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #301E29 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 30 41 -
CMYK 0 0.37 0.15 0.81
HSL 323.33º 0.23% 0.15% -
HSV(B) 323.33º 0.38% 0.19% -
XYZ 2.08 1.72 2.32 -
YUV 36.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 48 30 41 0 0.37 0.15 0.81 323.33 0.23 0.15
Hex 30 1E 29 0 25 F 51 143 17 F
Octal 60 36 51 0 45 17 121 503 27 17
Binary 110000 11110 101001 0 100101 1111 1010001 101000011 10111 1111

Color Harmonies of #301E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E29

Black with #301E29

Text Example


Text Example

White with #301E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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