Html Css Color HEX #301328 Melanzane

📋 copy color: '#301328'

red 48 ◦ green 19 ◦ blue 40

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

Shades of Melanzane #301328

Tints of Melanzane #301328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

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

R = 44.86%
G = 17.76%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#301328 (or 0x301328) is known color: Melanzane. HEX triplet: 30, 13 and 28. RGB value is (48,19,40). Sum of RGB (Red+Green+Blue) = 48+19+40=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #301328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301328 is #CFECD7. Grayscale: #1E1E1E. Windows color (decimal): -13626584 or 2626352. OLE color: 2626352.

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

Color convert

RGB 48 19 40 -
CMYK 0 0.60 0.17 0.81
HSL 316.55º 0.43% 0.13% -
HSV(B) 316.55º 0.6% 0.19% -
XYZ 1.83 1.25 2.15 -
YUV 30.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 48 19 40 0 0.60 0.17 0.81 316.55 0.43 0.13
Hex 30 13 28 0 3C 11 51 13D 2B D
Octal 60 23 50 0 74 21 121 475 53 15
Binary 110000 10011 101000 0 111100 10001 1010001 100111101 101011 1101

Color Harmonies of #301328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301328

Black with #301328

Text Example


Text Example

White with #301328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301328; }

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

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

background-color css

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

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

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

border-color css

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

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

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