#310150

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

Shades of Blackcurrant #310150

Tints of Blackcurrant #310150

Color information

#310150 (or 0x310150) is unknown color: approx Blackcurrant. HEX triplet: 31, 01 and 50. RGB value is (49,1,80). Sum of RGB (Red+Green+Blue) = 49+1+80=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #310150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310150 is #CEFEAF. Grayscale: #181818. Windows color (decimal): -13565616 or 5243185. OLE color: 5243185.

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

Color convert

RGB49180-
CMYK0.390.9900.69
HSL276.46º97.53%15.88%-
HSV(B)276.46º98.75%31.37%-
XYZ2.731.257.69-
YUV24.36159.4145.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 1 (0.78% from 255) = 0.77%
BLUE value IS 80 (31.64% from 255) = 61.54%
R=37.69%
G=0.77%
B=61.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal491800.390.9900.69276.4697.5315.88
Hex3115027630451146210
Octal61112047143010542414220
Binary11000111010000100111110001101000101100010100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310150; }

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

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

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

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

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

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

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

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