Html Css Color HEX #301128 Melanzane

📋 copy color: '#301128'

red 48 ◦ green 17 ◦ blue 40

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

Shades of Melanzane #301128

Tints of Melanzane #301128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

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

R = 45.71%
G = 16.19%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#301128 (or 0x301128) is known color: Melanzane. HEX triplet: 30, 11 and 28. RGB value is (48,17,40). Sum of RGB (Red+Green+Blue) = 48+17+40=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #301128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301128 is #CFEED7. Grayscale: #1C1C1C. Windows color (decimal): -13627096 or 2625840. OLE color: 2625840.

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

Color convert

RGB 48 17 40 -
CMYK 0 0.65 0.17 0.81
HSL 315.48º 0.48% 0.13% -
HSV(B) 315.48º 0.65% 0.19% -
XYZ 1.8 1.18 2.14 -
YUV 28.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 48 17 40 0 0.65 0.17 0.81 315.48 0.48 0.13
Hex 30 11 28 0 41 11 51 13B 30 D
Octal 60 21 50 0 101 21 121 473 60 15
Binary 110000 10001 101000 0 1000001 10001 1010001 100111011 110000 1101

Color Harmonies of #301128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301128

Black with #301128

Text Example


Text Example

White with #301128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301128; }

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

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

background-color css

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

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

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

border-color css

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

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

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