#310444

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

Shades of Blackcurrant #310444

Tints of Blackcurrant #310444

Color information

#310444 (or 0x310444) is unknown color: approx Blackcurrant. HEX triplet: 31, 04 and 44. RGB value is (49,4,68). Sum of RGB (Red+Green+Blue) = 49+4+68=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #310444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310444 is #CEFBBB. Grayscale: #181818. Windows color (decimal): -13564860 or 4457521. OLE color: 4457521.

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

Color convert

RGB49468-
CMYK0.280.9400.73
HSL282.19º88.89%14.12%-
HSV(B)282.19º94.12%26.67%-
XYZ2.351.165.57-
YUV24.75152.41145.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 68 (26.95% from 255) = 56.20%
R=40.50%
G=3.31%
B=56.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal494680.280.9400.73282.1988.8914.12
Hex314441C5E04911a59e
Octal61410434136011143213116
Binary11000110010001001110010111100100100110001101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310444; }

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

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

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

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

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

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

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

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