#310156

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

Shades of Blackcurrant #310156

Tints of Blackcurrant #310156

Color information

#310156 (or 0x310156) is unknown color: approx Blackcurrant. HEX triplet: 31, 01 and 56. RGB value is (49,1,86). Sum of RGB (Red+Green+Blue) = 49+1+86=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 86 (33.98% from 255 or 63.24% from 136); Max value from RGB is 86 - color contains mainly: blue. Hex color #310156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310156 is #CEFEA9. Grayscale: #181818. Windows color (decimal): -13565610 or 5636401. OLE color: 5636401.

HSL color Cylindrical-coordinate representation of color #310156: hue angle of 273.88º 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 #310156 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB49186-
CMYK0.430.9900.66
HSL273.88º97.7%17.06%-
HSV(B)273.88º98.84%33.73%-
XYZ2.961.358.91-
YUV25.04162.4145.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 86 (33.98% from 255) = 63.24%
R=36.03%
G=0.74%
B=63.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal491860.430.9900.66273.8897.717.06
Hex311562B630421126211
Octal61112653143010242214221
Binary11000111010110101011110001101000010100010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310156; }

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

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

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

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

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

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

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

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