#310147

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

Shades of Blackcurrant #310147

Tints of Blackcurrant #310147

Color information

#310147 (or 0x310147) is unknown color: approx Blackcurrant. HEX triplet: 31, 01 and 47. RGB value is (49,1,71). Sum of RGB (Red+Green+Blue) = 49+1+71=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #310147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310147 is #CEFEB8. Grayscale: #171717. Windows color (decimal): -13565625 or 4653361. OLE color: 4653361.

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

Color convert

RGB49171-
CMYK0.310.9900.72
HSL281.14º97.22%14.12%-
HSV(B)281.14º98.59%27.84%-
XYZ2.411.136.05-
YUV23.33154.9146.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 71 (28.12% from 255) = 58.68%
R=40.50%
G=0.83%
B=58.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal491710.310.9900.72281.1497.2214.12
Hex311471F6304811961e
Octal61110737143011043114116
Binary110001110001111111111000110100100010001100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310147; }

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

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

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

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

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

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

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

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