Html Css Color HEX #371530 Melanzane

📋 copy color: '#371530'

red 55 ◦ green 21 ◦ blue 48

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

Shades of Melanzane #371530

Tints of Melanzane #371530

RGB

 RED value IS 55 (21.88% from 255) = 44.35%

 GREEN value IS 21 (8.59% from 255) = 16.94%

 BLUE value IS 48 (19.14% from 255) = 38.71%

R = 44.35%
G = 16.94%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#371530 (or 0x371530) is known color: Melanzane. HEX triplet: 37, 15 and 30. RGB value is (55,21,48). Sum of RGB (Red+Green+Blue) = 55+21+48=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #371530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371530 is #C8EACF. Grayscale: #222222. Windows color (decimal): -13167312 or 3151159. OLE color: 3151159.

HSL color Cylindrical-coordinate representation of color #371530: hue angle of 312.35º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #371530 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 21 48 -
CMYK 0 0.62 0.13 0.78
HSL 312.35º 0.45% 0.15% -
HSV(B) 312.35º 0.62% 0.22% -
XYZ 2.38 1.56 2.97 -
YUV 34.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 55 21 48 0 0.62 0.13 0.78 312.35 0.45 0.15
Hex 37 15 30 0 3E D 4E 138 2D F
Octal 67 25 60 0 76 15 116 470 55 17
Binary 110111 10101 110000 0 111110 1101 1001110 100111000 101101 1111

Color Harmonies of #371530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371530

Black with #371530

Text Example


Text Example

White with #371530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371530; }

 p { color: rgb(55,21,48); }

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

background-color css

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

 a { background-color: rgb(55,21,48); }

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

border-color css

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

 span { border-color: rgb(55,21,48); }

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