Html Css Color HEX #301228 Melanzane

📋 copy color: '#301228'

red 48 ◦ green 18 ◦ blue 40

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

Shades of Melanzane #301228

Tints of Melanzane #301228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.98%

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

R = 45.28%
G = 16.98%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#301228 (or 0x301228) is known color: Melanzane. HEX triplet: 30, 12 and 28. RGB value is (48,18,40). Sum of RGB (Red+Green+Blue) = 48+18+40=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #301228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301228 is #CFEDD7. Grayscale: #1D1D1D. Windows color (decimal): -13626840 or 2626096. OLE color: 2626096.

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

Color convert

RGB 48 18 40 -
CMYK 0 0.63 0.17 0.81
HSL 316º 0.45% 0.13% -
HSV(B) 316º 0.63% 0.19% -
XYZ 1.82 1.21 2.15 -
YUV 29.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 48 18 40 0 0.63 0.17 0.81 316 0.45 0.13
Hex 30 12 28 0 3F 11 51 13C 2D D
Octal 60 22 50 0 77 21 121 474 55 15
Binary 110000 10010 101000 0 111111 10001 1010001 100111100 101101 1101

Color Harmonies of #301228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301228

Black with #301228

Text Example


Text Example

White with #301228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301228; }

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

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

background-color css

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

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

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

border-color css

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

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

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