#37164A

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

Shades of Blackcurrant #37164A

Tints of Blackcurrant #37164A

Color information

#37164A (or 0x37164A) is unknown color: approx Blackcurrant. HEX triplet: 37, 16 and 4A. RGB value is (55,22,74). Sum of RGB (Red+Green+Blue) = 55+22+74=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #37164A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37164A is #C8E9B5. Grayscale: #252525. Windows color (decimal): -13167030 or 4855351. OLE color: 4855351.

HSL color Cylindrical-coordinate representation of color #37164A: hue angle of 278.08º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37164A is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB552274-
CMYK0.260.7000.71
HSL278.08º54.17%18.82%-
HSV(B)278.08º70.27%29.02%-
XYZ3.11.886.68-
YUV37.8148.43140.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.42%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 74 (29.30% from 255) = 49.01%
R=36.42%
G=14.57%
B=49.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5522740.260.7000.71278.0854.1718.82
Hex37164A1A460471163613
Octal67261123210601074266623
Binary1101111011010010101101010001100100011110001011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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