#37134A

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

Shades of Blackcurrant #37134A

Tints of Blackcurrant #37134A

Color information

#37134A (or 0x37134A) is unknown color: approx Blackcurrant. HEX triplet: 37, 13 and 4A. RGB value is (55,19,74). Sum of RGB (Red+Green+Blue) = 55+19+74=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #37134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37134A is #C8ECB5. Grayscale: #232323. Windows color (decimal): -13167798 or 4854583. OLE color: 4854583.

HSL color Cylindrical-coordinate representation of color #37134A: hue angle of 279.27º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37134A is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB551974-
CMYK0.260.7400.71
HSL279.27º59.14%18.24%-
HSV(B)279.27º74.32%29.02%-
XYZ3.041.776.66-
YUV36.03149.43141.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.16%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 74 (29.30% from 255) = 50%
R=37.16%
G=12.84%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5519740.260.7400.71279.2759.1418.24
Hex37134A1A4A0471173b12
Octal67231123211201074277322
Binary1101111001110010101101010010100100011110001011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37134A; }

 p { color: rgb(55,19,74); }

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

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

 a { background-color: rgb(55,19,74); }

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

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

 span { border-color: rgb(55,19,74); }

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