Html Css Color HEX #301627 Melanzane

📋 copy color: '#301627'

red 48 ◦ green 22 ◦ blue 39

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

Shades of Melanzane #301627

Tints of Melanzane #301627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.18%

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

R = 44.04%
G = 20.18%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#301627 (or 0x301627) is known color: Melanzane. HEX triplet: 30, 16 and 27. RGB value is (48,22,39). Sum of RGB (Red+Green+Blue) = 48+22+39=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #301627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301627 is #CFE9D8. Grayscale: #1F1F1F. Windows color (decimal): -13625817 or 2561584. OLE color: 2561584.

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

Color convert

RGB 48 22 39 -
CMYK 0 0.54 0.19 0.81
HSL 320.77º 0.37% 0.14% -
HSV(B) 320.77º 0.54% 0.19% -
XYZ 1.87 1.35 2.08 -
YUV 31.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 48 22 39 0 0.54 0.19 0.81 320.77 0.37 0.14
Hex 30 16 27 0 36 13 51 141 25 E
Octal 60 26 47 0 66 23 121 501 45 16
Binary 110000 10110 100111 0 110110 10011 1010001 101000001 100101 1110

Color Harmonies of #301627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301627

Black with #301627

Text Example


Text Example

White with #301627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301627; }

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

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

background-color css

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

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

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

border-color css

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

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

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