#310347

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

Shades of Blackcurrant #310347

Tints of Blackcurrant #310347

Color information

#310347 (or 0x310347) is unknown color: approx Blackcurrant. HEX triplet: 31, 03 and 47. RGB value is (49,3,71). Sum of RGB (Red+Green+Blue) = 49+3+71=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #310347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310347 is #CEFCB8. Grayscale: #181818. Windows color (decimal): -13565113 or 4653873. OLE color: 4653873.

HSL color Cylindrical-coordinate representation of color #310347: hue angle of 280.59º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310347 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB49371-
CMYK0.310.9600.72
HSL280.59º91.89%14.51%-
HSV(B)280.59º95.77%27.84%-
XYZ2.441.176.06-
YUV24.51154.24145.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 71 (28.12% from 255) = 57.72%
R=39.84%
G=2.44%
B=57.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal493710.310.9600.72280.5991.8914.51
Hex313471F600481195cf
Octal61310737140011043113417
Binary1100011110001111111111000000100100010001100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310347; }

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

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

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

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

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

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

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

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