Html Css Color HEX #37142E Melanzane

📋 copy color: '#37142E'

red 55 ◦ green 20 ◦ blue 46

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

Shades of Melanzane #37142E

Tints of Melanzane #37142E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.53%

 BLUE value IS 46 (18.36% from 255) = 38.02%

R = 45.45%
G = 16.53%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#37142E (or 0x37142E) is known color: Melanzane. HEX triplet: 37, 14 and 2E. RGB value is (55,20,46). Sum of RGB (Red+Green+Blue) = 55+20+46=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #37142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37142E is #C8EBD1. Grayscale: #212121. Windows color (decimal): -13167570 or 3019831. OLE color: 3019831.

HSL color Cylindrical-coordinate representation of color #37142E: hue angle of 315.43º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37142E is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 20 46 -
CMYK 0 0.64 0.16 0.78
HSL 315.43º 0.47% 0.15% -
HSV(B) 315.43º 0.64% 0.22% -
XYZ 2.32 1.51 2.75 -
YUV 33.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 55 20 46 0 0.64 0.16 0.78 315.43 0.47 0.15
Hex 37 14 2E 0 40 10 4E 13B 2F F
Octal 67 24 56 0 100 20 116 473 57 17
Binary 110111 10100 101110 0 1000000 10000 1001110 100111011 101111 1111

Color Harmonies of #37142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37142E

Black with #37142E

Text Example


Text Example

White with #37142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37142E; }

 p { color: rgb(55,20,46); }

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

background-color css

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

 a { background-color: rgb(55,20,46); }

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

border-color css

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

 span { border-color: rgb(55,20,46); }

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