#310251

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

Shades of Blackcurrant #310251

Tints of Blackcurrant #310251

Color information

#310251 (or 0x310251) is unknown color: approx Blackcurrant. HEX triplet: 31, 02 and 51. RGB value is (49,2,81). Sum of RGB (Red+Green+Blue) = 49+2+81=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #310251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310251 is #CEFDAE. Grayscale: #181818. Windows color (decimal): -13565359 or 5308977. OLE color: 5308977.

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

Color convert

RGB49281-
CMYK0.400.9800.68
HSL275.7º95.18%16.27%-
HSV(B)275.7º97.53%31.76%-
XYZ2.771.297.89-
YUV25.06159.57145.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 81 (32.03% from 255) = 61.36%
R=37.12%
G=1.52%
B=61.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal492810.400.9800.68275.795.1816.27
Hex3125128620441145f10
Octal61212150142010442413720
Binary110001101010001101000110001001000100100010100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310251; }

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

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

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

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

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

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

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

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