Html Css Color HEX #301229 Melanzane

📋 copy color: '#301229'

red 48 ◦ green 18 ◦ blue 41

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

Shades of Melanzane #301229

Tints of Melanzane #301229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 38.32%

R = 44.86%
G = 16.82%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#301229 (or 0x301229) is known color: Melanzane. HEX triplet: 30, 12 and 29. RGB value is (48,18,41). Sum of RGB (Red+Green+Blue) = 48+18+41=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #301229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301229 is #CFEDD6. Grayscale: #1D1D1D. Windows color (decimal): -13626839 or 2691632. OLE color: 2691632.

HSL color Cylindrical-coordinate representation of color #301229: hue angle of 314º 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 #301229 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 18 41 -
CMYK 0 0.63 0.15 0.81
HSL 314º 0.45% 0.13% -
HSV(B) 314º 0.63% 0.19% -
XYZ 1.84 1.22 2.24 -
YUV 29.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 48 18 41 0 0.63 0.15 0.81 314 0.45 0.13
Hex 30 12 29 0 3F F 51 13A 2D D
Octal 60 22 51 0 77 17 121 472 55 15
Binary 110000 10010 101001 0 111111 1111 1010001 100111010 101101 1101

Color Harmonies of #301229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301229

Black with #301229

Text Example


Text Example

White with #301229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301229; }

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

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

background-color css

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

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

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

border-color css

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

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

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