Html Css Color HEX #301727 Melanzane

📋 copy color: '#301727'

red 48 ◦ green 23 ◦ blue 39

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

Shades of Melanzane #301727

Tints of Melanzane #301727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.91%

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

R = 43.64%
G = 20.91%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#301727 (or 0x301727) is known color: Melanzane. HEX triplet: 30, 17 and 27. RGB value is (48,23,39). Sum of RGB (Red+Green+Blue) = 48+23+39=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #301727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301727 is #CFE8D8. Grayscale: #202020. Windows color (decimal): -13625561 or 2561840. OLE color: 2561840.

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

Color convert

RGB 48 23 39 -
CMYK 0 0.52 0.19 0.81
HSL 321.6º 0.35% 0.14% -
HSV(B) 321.6º 0.52% 0.19% -
XYZ 1.89 1.39 2.09 -
YUV 32.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 48 23 39 0 0.52 0.19 0.81 321.6 0.35 0.14
Hex 30 17 27 0 34 13 51 142 23 E
Octal 60 27 47 0 64 23 121 502 43 16
Binary 110000 10111 100111 0 110100 10011 1010001 101000010 100011 1110

Color Harmonies of #301727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301727

Black with #301727

Text Example


Text Example

White with #301727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301727; }

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

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

background-color css

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

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

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

border-color css

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

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

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