Html Css Color HEX #301928 Melanzane

📋 copy color: '#301928'

red 48 ◦ green 25 ◦ blue 40

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

Shades of Melanzane #301928

Tints of Melanzane #301928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.12%

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

R = 42.48%
G = 22.12%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#301928 (or 0x301928) is known color: Melanzane. HEX triplet: 30, 19 and 28. RGB value is (48,25,40). Sum of RGB (Red+Green+Blue) = 48+25+40=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #301928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301928 is #CFE6D7. Grayscale: #212121. Windows color (decimal): -13625048 or 2627888. OLE color: 2627888.

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

Color convert

RGB 48 25 40 -
CMYK 0 0.48 0.17 0.81
HSL 320.87º 0.32% 0.14% -
HSV(B) 320.87º 0.48% 0.19% -
XYZ 1.95 1.48 2.19 -
YUV 33.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 48 25 40 0 0.48 0.17 0.81 320.87 0.32 0.14
Hex 30 19 28 0 30 11 51 141 20 E
Octal 60 31 50 0 60 21 121 501 40 16
Binary 110000 11001 101000 0 110000 10001 1010001 101000001 100000 1110

Color Harmonies of #301928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301928

Black with #301928

Text Example


Text Example

White with #301928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301928; }

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

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

background-color css

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

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

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

border-color css

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

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

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