Html Css Color HEX #301428 Melanzane

📋 copy color: '#301428'

red 48 ◦ green 20 ◦ blue 40

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

Shades of Melanzane #301428

Tints of Melanzane #301428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.52%

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

R = 44.44%
G = 18.52%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#301428 (or 0x301428) is known color: Melanzane. HEX triplet: 30, 14 and 28. RGB value is (48,20,40). Sum of RGB (Red+Green+Blue) = 48+20+40=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #301428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301428 is #CFEBD7. Grayscale: #1E1E1E. Windows color (decimal): -13626328 or 2626608. OLE color: 2626608.

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

Color convert

RGB 48 20 40 -
CMYK 0 0.58 0.17 0.81
HSL 317.14º 0.41% 0.13% -
HSV(B) 317.14º 0.58% 0.19% -
XYZ 1.85 1.28 2.16 -
YUV 30.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 48 20 40 0 0.58 0.17 0.81 317.14 0.41 0.13
Hex 30 14 28 0 3A 11 51 13D 29 D
Octal 60 24 50 0 72 21 121 475 51 15
Binary 110000 10100 101000 0 111010 10001 1010001 100111101 101001 1101

Color Harmonies of #301428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301428

Black with #301428

Text Example


Text Example

White with #301428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301428; }

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

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

background-color css

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

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

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

border-color css

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

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

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