Html Css Color HEX #301028 Melanzane

📋 copy color: '#301028'

red 48 ◦ green 16 ◦ blue 40

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

Shades of Melanzane #301028

Tints of Melanzane #301028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.38%

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

R = 46.15%
G = 15.38%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#301028 (or 0x301028) is known color: Melanzane. HEX triplet: 30, 10 and 28. RGB value is (48,16,40). Sum of RGB (Red+Green+Blue) = 48+16+40=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #301028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301028 is #CFEFD7. Grayscale: #1C1C1C. Windows color (decimal): -13627352 or 2625584. OLE color: 2625584.

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

Color convert

RGB 48 16 40 -
CMYK 0 0.67 0.17 0.81
HSL 315º 0.5% 0.13% -
HSV(B) 315º 0.67% 0.19% -
XYZ 1.79 1.15 2.14 -
YUV 28.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 48 16 40 0 0.67 0.17 0.81 315 0.5 0.13
Hex 30 10 28 0 43 11 51 13B 32 D
Octal 60 20 50 0 103 21 121 473 62 15
Binary 110000 10000 101000 0 1000011 10001 1010001 100111011 110010 1101

Color Harmonies of #301028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301028

Black with #301028

Text Example


Text Example

White with #301028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301028; }

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

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

background-color css

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

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

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

border-color css

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

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

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