#37114D

Color #37114D Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #37114D

Tints of Blackcurrant #37114D

Color information

#37114D (or 0x37114D) is unknown color: approx Blackcurrant. HEX triplet: 37, 11 and 4D. RGB value is (55,17,77). Sum of RGB (Red+Green+Blue) = 55+17+77=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #37114D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37114D is #C8EEB2. Grayscale: #232323. Windows color (decimal): -13168307 or 5050679. OLE color: 5050679.

HSL color Cylindrical-coordinate representation of color #37114D: hue angle of 278º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37114D is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB551777-
CMYK0.290.7800.70
HSL278º63.83%18.43%-
HSV(B)278º77.92%30.2%-
XYZ3.121.757.19-
YUV35.2151.59142.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.91%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 77 (30.47% from 255) = 51.68%
R=36.91%
G=11.41%
B=51.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5517770.290.7800.7027863.8318.43
Hex37114D1D4E0461164012
Octal672111535116010642610022
Binary11011110001100110111101100111001000110100010110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37114D; }

 p { color: rgb(55,17,77); }

 H1.HeaderClassName
 {
   color: #37114D;
 }
 .AnyTagClassName
 {
   color: #37114D;
 }
</style>
background-color css

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

 a { background-color: rgb(55,17,77); }

 div.DivClassName
 {
   background-color: #37114D;
 }
 .BgClassName
 {
   background-color: #37114D;
 }
</style>
border-color css

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

 span { border-color: rgb(55,17,77); }

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