#370156

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

Shades of Blackcurrant #370156

Tints of Blackcurrant #370156

Color information

#370156 (or 0x370156) is unknown color: approx Blackcurrant. HEX triplet: 37, 01 and 56. RGB value is (55,1,86). Sum of RGB (Red+Green+Blue) = 55+1+86=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 86 (33.98% from 255 or 60.56% from 142); Max value from RGB is 86 - color contains mainly: blue. Hex color #370156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370156 is #C8FEA9. Grayscale: #1A1A1A. Windows color (decimal): -13172394 or 5636407. OLE color: 5636407.

HSL color Cylindrical-coordinate representation of color #370156: hue angle of 278.12º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #370156 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB55186-
CMYK0.360.9900.66
HSL278.12º97.7%17.06%-
HSV(B)278.12º98.84%33.73%-
XYZ3.271.518.92-
YUV26.84161.39148.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.73%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 86 (33.98% from 255) = 60.56%
R=38.73%
G=0.70%
B=60.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal551860.360.9900.66278.1297.717.06
Hex3715624630421166211
Octal67112644143010242614221
Binary11011111010110100100110001101000010100010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370156; }

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

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

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

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

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

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

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

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