#310250

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

Shades of Blackcurrant #310250

Tints of Blackcurrant #310250

Color information

#310250 (or 0x310250) is unknown color: approx Blackcurrant. HEX triplet: 31, 02 and 50. RGB value is (49,2,80). Sum of RGB (Red+Green+Blue) = 49+2+80=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #310250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310250 is #CEFDAF. Grayscale: #181818. Windows color (decimal): -13565360 or 5243441. OLE color: 5243441.

HSL color Cylindrical-coordinate representation of color #310250: hue angle of 276.15º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310250 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB49280-
CMYK0.390.9800.69
HSL276.15º95.12%16.08%-
HSV(B)276.15º97.5%31.37%-
XYZ2.741.287.69-
YUV24.94159.07145.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 80 (31.64% from 255) = 61.07%
R=37.40%
G=1.53%
B=61.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal492800.390.9800.69276.1595.1216.08
Hex3125027620451145f10
Octal61212047142010542413720
Binary110001101010000100111110001001000101100010100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310250; }

 p { color: rgb(49,2,80); }

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

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

 a { background-color: rgb(49,2,80); }

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

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

 span { border-color: rgb(49,2,80); }

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