#37014E

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

Shades of Blackcurrant #37014E

Tints of Blackcurrant #37014E

Color information

#37014E (or 0x37014E) is unknown color: approx Blackcurrant. HEX triplet: 37, 01 and 4E. RGB value is (55,1,78). Sum of RGB (Red+Green+Blue) = 55+1+78=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #37014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37014E is #C8FEB1. Grayscale: #191919. Windows color (decimal): -13172402 or 5112119. OLE color: 5112119.

HSL color Cylindrical-coordinate representation of color #37014E: hue angle of 282.08º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #37014E is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB55178-
CMYK0.290.9900.69
HSL282.08º97.47%15.49%-
HSV(B)282.08º98.72%30.59%-
XYZ2.961.387.32-
YUV25.92157.39148.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.04%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 78 (30.86% from 255) = 58.21%
R=41.04%
G=0.75%
B=58.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal551780.290.9900.69282.0897.4715.49
Hex3714E1D6304511a61f
Octal67111635143010543214117
Binary110111110011101110111000110100010110001101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,1,78); }

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

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

 a { background-color: rgb(55,1,78); }

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

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

 span { border-color: rgb(55,1,78); }

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