#310543

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

Shades of Blackcurrant #310543

Tints of Blackcurrant #310543

Color information

#310543 (or 0x310543) is unknown color: approx Blackcurrant. HEX triplet: 31, 05 and 43. RGB value is (49,5,67). Sum of RGB (Red+Green+Blue) = 49+5+67=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 67 (26.56% from 255 or 55.37% from 121); Max value from RGB is 67 - color contains mainly: blue. Hex color #310543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310543 is #CEFABC. Grayscale: #191919. Windows color (decimal): -13564605 or 4392241. OLE color: 4392241.

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

Color convert

RGB49567-
CMYK0.270.9300.74
HSL282.58º86.11%14.12%-
HSV(B)282.58º92.54%26.27%-
XYZ2.331.175.41-
YUV25.22151.58144.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 67 (26.56% from 255) = 55.37%
R=40.50%
G=4.13%
B=55.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal495670.270.9300.74282.5886.1114.12
Hex315431B5D04A11b56e
Octal61510333135011243312616
Binary11000110110000111101110111010100101010001101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310543; }

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

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

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

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

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

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

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

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