#310356

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

Shades of Blackcurrant #310356

Tints of Blackcurrant #310356

Color information

#310356 (or 0x310356) is unknown color: approx Blackcurrant. HEX triplet: 31, 03 and 56. RGB value is (49,3,86). Sum of RGB (Red+Green+Blue) = 49+3+86=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 86 (33.98% from 255 or 62.32% from 138); Max value from RGB is 86 - color contains mainly: blue. Hex color #310356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310356 is #CEFCA9. Grayscale: #191919. Windows color (decimal): -13565098 or 5636913. OLE color: 5636913.

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

Color convert

RGB49386-
CMYK0.430.9700.66
HSL273.25º93.26%17.45%-
HSV(B)273.25º96.51%33.73%-
XYZ2.981.398.92-
YUV26.22161.74144.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 86 (33.98% from 255) = 62.32%
R=35.51%
G=2.17%
B=62.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal493860.430.9700.66273.2593.2617.45
Hex313562B610421115d11
Octal61312653141010242113521
Binary110001111010110101011110000101000010100010001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310356; }

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

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

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

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

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

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

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

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