#310746

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

Shades of Blackcurrant #310746

Tints of Blackcurrant #310746

Color information

#310746 (or 0x310746) is unknown color: approx Blackcurrant. HEX triplet: 31, 07 and 46. RGB value is (49,7,70). Sum of RGB (Red+Green+Blue) = 49+7+70=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #310746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310746 is #CEF8B9. Grayscale: #1A1A1A. Windows color (decimal): -13564090 or 4589361. OLE color: 4589361.

HSL color Cylindrical-coordinate representation of color #310746: hue angle of 280º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310746 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB49770-
CMYK0.300.9000.73
HSL280º81.82%15.1%-
HSV(B)280º90%27.45%-
XYZ2.451.255.91-
YUV26.74152.41143.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 7 (3.12% from 255) = 5.56%
BLUE value IS 70 (27.73% from 255) = 55.56%
R=38.89%
G=5.56%
B=55.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal497700.300.9000.7328081.8215.1
Hex317461E5A04911852f
Octal61710636132011143012217
Binary11000111110001101111010110100100100110001100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310746; }

 p { color: rgb(49,7,70); }

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

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

 a { background-color: rgb(49,7,70); }

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

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

 span { border-color: rgb(49,7,70); }

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