Html Css Color HEX #301429 Melanzane

📋 copy color: '#301429'

red 48 ◦ green 20 ◦ blue 41

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

Shades of Melanzane #301429

Tints of Melanzane #301429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.35%

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

R = 44.04%
G = 18.35%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#301429 (or 0x301429) is known color: Melanzane. HEX triplet: 30, 14 and 29. RGB value is (48,20,41). Sum of RGB (Red+Green+Blue) = 48+20+41=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #301429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301429 is #CFEBD6. Grayscale: #1E1E1E. Windows color (decimal): -13626327 or 2692144. OLE color: 2692144.

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

Color convert

RGB 48 20 41 -
CMYK 0 0.58 0.15 0.81
HSL 315º 0.41% 0.13% -
HSV(B) 315º 0.58% 0.19% -
XYZ 1.87 1.29 2.25 -
YUV 30.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 48 20 41 0 0.58 0.15 0.81 315 0.41 0.13
Hex 30 14 29 0 3A F 51 13B 29 D
Octal 60 24 51 0 72 17 121 473 51 15
Binary 110000 10100 101001 0 111010 1111 1010001 100111011 101001 1101

Color Harmonies of #301429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301429

Black with #301429

Text Example


Text Example

White with #301429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301429; }

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

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

background-color css

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

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

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

border-color css

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

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

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