Html Css Color HEX #301527 Melanzane

📋 copy color: '#301527'

red 48 ◦ green 21 ◦ blue 39

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

Shades of Melanzane #301527

Tints of Melanzane #301527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 36.11%

R = 44.44%
G = 19.44%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#301527 (or 0x301527) is known color: Melanzane. HEX triplet: 30, 15 and 27. RGB value is (48,21,39). Sum of RGB (Red+Green+Blue) = 48+21+39=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #301527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301527 is #CFEAD8. Grayscale: #1F1F1F. Windows color (decimal): -13626073 or 2561328. OLE color: 2561328.

HSL color Cylindrical-coordinate representation of color #301527: hue angle of 320º 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 #301527 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 21 39 -
CMYK 0 0.56 0.19 0.81
HSL 320º 0.39% 0.14% -
HSV(B) 320º 0.56% 0.19% -
XYZ 1.85 1.31 2.07 -
YUV 31.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 48 21 39 0 0.56 0.19 0.81 320 0.39 0.14
Hex 30 15 27 0 38 13 51 140 27 E
Octal 60 25 47 0 70 23 121 500 47 16
Binary 110000 10101 100111 0 111000 10011 1010001 101000000 100111 1110

Color Harmonies of #301527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301527

Black with #301527

Text Example


Text Example

White with #301527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301527; }

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

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

background-color css

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

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

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

border-color css

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

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

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