#310357

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

Shades of Blackcurrant #310357

Tints of Blackcurrant #310357

Color information

#310357 (or 0x310357) is unknown color: approx Blackcurrant. HEX triplet: 31, 03 and 57. RGB value is (49,3,87). Sum of RGB (Red+Green+Blue) = 49+3+87=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #310357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310357 is #CEFCA8. Grayscale: #1A1A1A. Windows color (decimal): -13565097 or 5702449. OLE color: 5702449.

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

Color convert

RGB49387-
CMYK0.440.9700.66
HSL272.86º93.33%17.65%-
HSV(B)272.86º96.55%34.12%-
XYZ3.021.419.13-
YUV26.33162.24144.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 87 (34.38% from 255) = 62.59%
R=35.25%
G=2.16%
B=62.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal493870.440.9700.66272.8693.3317.65
Hex313572C610421115d12
Octal61312754141010242113522
Binary110001111010111101100110000101000010100010001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310357; }

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

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

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

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

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

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

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

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