Html Css Color HEX #301329 Melanzane

📋 copy color: '#301329'

red 48 ◦ green 19 ◦ blue 41

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

Shades of Melanzane #301329

Tints of Melanzane #301329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.59%

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

R = 44.44%
G = 17.59%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#301329 (or 0x301329) is known color: Melanzane. HEX triplet: 30, 13 and 29. RGB value is (48,19,41). Sum of RGB (Red+Green+Blue) = 48+19+41=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #301329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301329 is #CFECD6. Grayscale: #1E1E1E. Windows color (decimal): -13626583 or 2691888. OLE color: 2691888.

HSL color Cylindrical-coordinate representation of color #301329: hue angle of 314.48º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301329 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 19 41 -
CMYK 0 0.60 0.15 0.81
HSL 314.48º 0.43% 0.13% -
HSV(B) 314.48º 0.6% 0.19% -
XYZ 1.85 1.25 2.24 -
YUV 30.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 48 19 41 0 0.60 0.15 0.81 314.48 0.43 0.13
Hex 30 13 29 0 3C F 51 13A 2B D
Octal 60 23 51 0 74 17 121 472 53 15
Binary 110000 10011 101001 0 111100 1111 1010001 100111010 101011 1101

Color Harmonies of #301329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301329

Black with #301329

Text Example


Text Example

White with #301329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301329; }

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

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

background-color css

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

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

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

border-color css

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

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

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