#310844

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

Shades of Blackcurrant #310844

Tints of Blackcurrant #310844

Color information

#310844 (or 0x310844) is unknown color: approx Blackcurrant. HEX triplet: 31, 08 and 44. RGB value is (49,8,68). Sum of RGB (Red+Green+Blue) = 49+8+68=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #310844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310844 is #CEF7BB. Grayscale: #1A1A1A. Windows color (decimal): -13563836 or 4458545. OLE color: 4458545.

HSL color Cylindrical-coordinate representation of color #310844: hue angle of 281º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #310844 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB49868-
CMYK0.280.8800.73
HSL281º78.95%14.9%-
HSV(B)281º88.24%26.67%-
XYZ2.41.245.58-
YUV27.1151.08143.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 8 (3.52% from 255) = 6.4%
BLUE value IS 68 (26.95% from 255) = 54.4%
R=39.2%
G=6.4%
B=54.4%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal498680.280.8800.7328178.9514.9
Hex318441C580491194ff
Octal611010434130011143111717
Binary110001100010001001110010110000100100110001100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310844; }

 p { color: rgb(49,8,68); }

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

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

 a { background-color: rgb(49,8,68); }

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

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

 span { border-color: rgb(49,8,68); }

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