#310047

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

Shades of Blackcurrant #310047

Tints of Blackcurrant #310047

Color information

#310047 (or 0x310047) is unknown color: approx Blackcurrant. HEX triplet: 31, 00 and 47. RGB value is (49,0,71). Sum of RGB (Red+Green+Blue) = 49+0+71=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #310047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310047 is #CEFFB8. Grayscale: #161616. Windows color (decimal): -13565881 or 4653105. OLE color: 4653105.

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

Color convert

RGB49071-
CMYK0.31100.72
HSL281.41º100%13.92%-
HSV(B)281.41º100%27.84%-
XYZ2.41.116.05-
YUV22.74155.23146.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 59.17%
R=40.83%
G=0%
B=59.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal490710.31100.72281.4110013.92
Hex310471F6404811964e
Octal61010737144011043114416
Binary110001010001111111111001000100100010001100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310047; }

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

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

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

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

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

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

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

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