Html Css Color HEX #301529 Melanzane

📋 copy color: '#301529'

red 48 ◦ green 21 ◦ blue 41

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

Shades of Melanzane #301529

Tints of Melanzane #301529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.09%

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

R = 43.64%
G = 19.09%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#301529 (or 0x301529) is known color: Melanzane. HEX triplet: 30, 15 and 29. RGB value is (48,21,41). Sum of RGB (Red+Green+Blue) = 48+21+41=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #301529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301529 is #CFEAD6. Grayscale: #1F1F1F. Windows color (decimal): -13626071 or 2692400. OLE color: 2692400.

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

Color convert

RGB 48 21 41 -
CMYK 0 0.56 0.15 0.81
HSL 315.56º 0.39% 0.14% -
HSV(B) 315.56º 0.56% 0.19% -
XYZ 1.89 1.32 2.25 -
YUV 31.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 48 21 41 0 0.56 0.15 0.81 315.56 0.39 0.14
Hex 30 15 29 0 38 F 51 13C 27 E
Octal 60 25 51 0 70 17 121 474 47 16
Binary 110000 10101 101001 0 111000 1111 1010001 100111100 100111 1110

Color Harmonies of #301529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301529

Black with #301529

Text Example


Text Example

White with #301529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301529; }

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

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

background-color css

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

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

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

border-color css

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

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

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