Html Css Color HEX #301227 Melanzane

📋 copy color: '#301227'

red 48 ◦ green 18 ◦ blue 39

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

Shades of Melanzane #301227

Tints of Melanzane #301227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 37.14%

R = 45.71%
G = 17.14%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#301227 (or 0x301227) is known color: Melanzane. HEX triplet: 30, 12 and 27. RGB value is (48,18,39). Sum of RGB (Red+Green+Blue) = 48+18+39=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #301227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301227 is #CFEDD8. Grayscale: #1D1D1D. Windows color (decimal): -13626841 or 2560560. OLE color: 2560560.

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

Color convert

RGB 48 18 39 -
CMYK 0 0.63 0.19 0.81
HSL 318º 0.45% 0.13% -
HSV(B) 318º 0.63% 0.19% -
XYZ 1.8 1.21 2.06 -
YUV 29.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 48 18 39 0 0.63 0.19 0.81 318 0.45 0.13
Hex 30 12 27 0 3F 13 51 13E 2D D
Octal 60 22 47 0 77 23 121 476 55 15
Binary 110000 10010 100111 0 111111 10011 1010001 100111110 101101 1101

Color Harmonies of #301227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301227

Black with #301227

Text Example


Text Example

White with #301227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301227; }

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

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

background-color css

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

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

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

border-color css

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

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

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