Html Css Color HEX #301C28 Melanzane

📋 copy color: '#301C28'

red 48 ◦ green 28 ◦ blue 40

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

Shades of Melanzane #301C28

Tints of Melanzane #301C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.14%

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

R = 41.38%
G = 24.14%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#301C28 (or 0x301C28) is known color: Melanzane. HEX triplet: 30, 1C and 28. RGB value is (48,28,40). Sum of RGB (Red+Green+Blue) = 48+28+40=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #301C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C28 is #CFE3D7. Grayscale: #232323. Windows color (decimal): -13624280 or 2628656. OLE color: 2628656.

HSL color Cylindrical-coordinate representation of color #301C28: hue angle of 324º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #301C28 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 28 40 -
CMYK 0 0.42 0.17 0.81
HSL 324º 0.26% 0.15% -
HSV(B) 324º 0.42% 0.19% -
XYZ 2.02 1.61 2.21 -
YUV 35.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 48 28 40 0 0.42 0.17 0.81 324 0.26 0.15
Hex 30 1C 28 0 2A 11 51 144 1A F
Octal 60 34 50 0 52 21 121 504 32 17
Binary 110000 11100 101000 0 101010 10001 1010001 101000100 11010 1111

Color Harmonies of #301C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C28

Black with #301C28

Text Example


Text Example

White with #301C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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