#37114B

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

Shades of Blackcurrant #37114B

Tints of Blackcurrant #37114B

Color information

#37114B (or 0x37114B) is unknown color: approx Blackcurrant. HEX triplet: 37, 11 and 4B. RGB value is (55,17,75). Sum of RGB (Red+Green+Blue) = 55+17+75=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #37114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37114B is #C8EEB4. Grayscale: #222222. Windows color (decimal): -13168309 or 4919607. OLE color: 4919607.

HSL color Cylindrical-coordinate representation of color #37114B: hue angle of 279.31º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37114B is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB551775-
CMYK0.270.7700.71
HSL279.31º63.04%18.04%-
HSV(B)279.31º77.33%29.41%-
XYZ3.051.726.83-
YUV34.97150.59142.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 75 (29.69% from 255) = 51.02%
R=37.41%
G=11.56%
B=51.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5517750.270.7700.71279.3163.0418.04
Hex37114B1B4D0471173f12
Octal67211133311501074277722
Binary1101111000110010111101110011010100011110001011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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