#310544

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

Shades of Blackcurrant #310544

Tints of Blackcurrant #310544

Color information

#310544 (or 0x310544) is unknown color: approx Blackcurrant. HEX triplet: 31, 05 and 44. RGB value is (49,5,68). Sum of RGB (Red+Green+Blue) = 49+5+68=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 68 (26.95% from 255 or 55.74% from 122); Max value from RGB is 68 - color contains mainly: blue. Hex color #310544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310544 is #CEFABB. Grayscale: #191919. Windows color (decimal): -13564604 or 4457777. OLE color: 4457777.

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

Color convert

RGB49568-
CMYK0.280.9300.73
HSL281.9º86.3%14.31%-
HSV(B)281.9º92.65%26.67%-
XYZ2.361.185.57-
YUV25.34152.08144.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 68 (26.95% from 255) = 55.74%
R=40.16%
G=4.10%
B=55.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal495680.280.9300.73281.986.314.31
Hex315441C5D04911a56e
Octal61510434135011143212616
Binary11000110110001001110010111010100100110001101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310544; }

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

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

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

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

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

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

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

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