#310456

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

Shades of Blackcurrant #310456

Tints of Blackcurrant #310456

Color information

#310456 (or 0x310456) is unknown color: approx Blackcurrant. HEX triplet: 31, 04 and 56. RGB value is (49,4,86). Sum of RGB (Red+Green+Blue) = 49+4+86=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #310456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310456 is #CEFBA9. Grayscale: #1A1A1A. Windows color (decimal): -13564842 or 5637169. OLE color: 5637169.

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

Color convert

RGB49486-
CMYK0.430.9500.66
HSL272.93º91.11%17.65%-
HSV(B)272.93º95.35%33.73%-
XYZ2.991.418.92-
YUV26.8161.41143.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 86 (33.98% from 255) = 61.87%
R=35.25%
G=2.88%
B=61.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal494860.430.9500.66272.9391.1117.65
Hex314562B5F0421115b12
Octal61412653137010242113322
Binary1100011001010110101011101111101000010100010001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310456; }

 p { color: rgb(49,4,86); }

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

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

 a { background-color: rgb(49,4,86); }

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

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

 span { border-color: rgb(49,4,86); }

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