Html Css Color HEX #301728 Melanzane

📋 copy color: '#301728'

red 48 ◦ green 23 ◦ blue 40

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

Shades of Melanzane #301728

Tints of Melanzane #301728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 36.04%

R = 43.24%
G = 20.72%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#301728 (or 0x301728) is known color: Melanzane. HEX triplet: 30, 17 and 28. RGB value is (48,23,40). Sum of RGB (Red+Green+Blue) = 48+23+40=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #301728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301728 is #CFE8D7. Grayscale: #202020. Windows color (decimal): -13625560 or 2627376. OLE color: 2627376.

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

Color convert

RGB 48 23 40 -
CMYK 0 0.52 0.17 0.81
HSL 319.2º 0.35% 0.14% -
HSV(B) 319.2º 0.52% 0.19% -
XYZ 1.91 1.39 2.18 -
YUV 32.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 48 23 40 0 0.52 0.17 0.81 319.2 0.35 0.14
Hex 30 17 28 0 34 11 51 13F 23 E
Octal 60 27 50 0 64 21 121 477 43 16
Binary 110000 10111 101000 0 110100 10001 1010001 100111111 100011 1110

Color Harmonies of #301728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301728

Black with #301728

Text Example


Text Example

White with #301728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301728; }

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

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

background-color css

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

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

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

border-color css

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

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

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