Html Css Color HEX #301C29 Melanzane

📋 copy color: '#301C29'

red 48 ◦ green 28 ◦ blue 41

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

Shades of Melanzane #301C29

Tints of Melanzane #301C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.93%

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

R = 41.03%
G = 23.93%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#301C29 (or 0x301C29) is known color: Melanzane. HEX triplet: 30, 1C and 29. RGB value is (48,28,41). Sum of RGB (Red+Green+Blue) = 48+28+41=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #301C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C29 is #CFE3D6. Grayscale: #232323. Windows color (decimal): -13624279 or 2694192. OLE color: 2694192.

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

Color convert

RGB 48 28 41 -
CMYK 0 0.42 0.15 0.81
HSL 321º 0.26% 0.15% -
HSV(B) 321º 0.42% 0.19% -
XYZ 2.03 1.62 2.3 -
YUV 35.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 48 28 41 0 0.42 0.15 0.81 321 0.26 0.15
Hex 30 1C 29 0 2A F 51 141 1A F
Octal 60 34 51 0 52 17 121 501 32 17
Binary 110000 11100 101001 0 101010 1111 1010001 101000001 11010 1111

Color Harmonies of #301C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C29

Black with #301C29

Text Example


Text Example

White with #301C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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