#310257

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

Shades of Blackcurrant #310257

Tints of Blackcurrant #310257

Color information

#310257 (or 0x310257) is unknown color: approx Blackcurrant. HEX triplet: 31, 02 and 57. RGB value is (49,2,87). Sum of RGB (Red+Green+Blue) = 49+2+87=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #310257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310257 is #CEFDA8. Grayscale: #191919. Windows color (decimal): -13565353 or 5702193. OLE color: 5702193.

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

Color convert

RGB49287-
CMYK0.440.9800.66
HSL273.18º95.51%17.45%-
HSV(B)273.18º97.7%34.12%-
XYZ3.011.389.13-
YUV25.74162.57144.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 87 (34.38% from 255) = 63.04%
R=35.51%
G=1.45%
B=63.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal492870.440.9800.66273.1895.5117.45
Hex312572C620421116011
Octal61212754142010242114021
Binary110001101010111101100110001001000010100010001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310257; }

 p { color: rgb(49,2,87); }

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

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

 a { background-color: rgb(49,2,87); }

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

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

 span { border-color: rgb(49,2,87); }

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