Html Css Color HEX #371A30 Melanzane

📋 copy color: '#371A30'

red 55 ◦ green 26 ◦ blue 48

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

Shades of Melanzane #371A30

Tints of Melanzane #371A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.16%

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

R = 42.64%
G = 20.16%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#371A30 (or 0x371A30) is known color: Melanzane. HEX triplet: 37, 1A and 30. RGB value is (55,26,48). Sum of RGB (Red+Green+Blue) = 55+26+48=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #371A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A30 is #C8E5CF. Grayscale: #252525. Windows color (decimal): -13166032 or 3152439. OLE color: 3152439.

HSL color Cylindrical-coordinate representation of color #371A30: hue angle of 314.48º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #371A30 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 26 48 -
CMYK 0 0.53 0.13 0.78
HSL 314.48º 0.36% 0.16% -
HSV(B) 314.48º 0.53% 0.22% -
XYZ 2.48 1.76 3.01 -
YUV 37.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 55 26 48 0 0.53 0.13 0.78 314.48 0.36 0.16
Hex 37 1A 30 0 35 D 4E 13A 24 10
Octal 67 32 60 0 65 15 116 472 44 20
Binary 110111 11010 110000 0 110101 1101 1001110 100111010 100100 10000

Color Harmonies of #371A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A30

Black with #371A30

Text Example


Text Example

White with #371A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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