#310151

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

Shades of Blackcurrant #310151

Tints of Blackcurrant #310151

Color information

#310151 (or 0x310151) is unknown color: approx Blackcurrant. HEX triplet: 31, 01 and 51. RGB value is (49,1,81). Sum of RGB (Red+Green+Blue) = 49+1+81=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #310151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310151 is #CEFEAE. Grayscale: #181818. Windows color (decimal): -13565615 or 5308721. OLE color: 5308721.

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

Color convert

RGB49181-
CMYK0.400.9900.68
HSL276º97.56%16.08%-
HSV(B)276º98.77%31.76%-
XYZ2.761.277.88-
YUV24.47159.9145.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 81 (32.03% from 255) = 61.83%
R=37.40%
G=0.76%
B=61.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal491810.400.9900.6827697.5616.08
Hex3115128630441146210
Octal61112150143010442414220
Binary11000111010001101000110001101000100100010100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310151; }

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

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

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

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

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

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

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

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