#310048

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

Shades of Blackcurrant #310048

Tints of Blackcurrant #310048

Color information

#310048 (or 0x310048) is unknown color: approx Blackcurrant. HEX triplet: 31, 00 and 48. RGB value is (49,0,72). Sum of RGB (Red+Green+Blue) = 49+0+72=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #310048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310048 is #CEFFB7. Grayscale: #161616. Windows color (decimal): -13565880 or 4718641. OLE color: 4718641.

HSL color Cylindrical-coordinate representation of color #310048: hue angle of 280.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310048 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB49072-
CMYK0.32100.72
HSL280.83º100%14.12%-
HSV(B)280.83º100%28.24%-
XYZ2.441.126.22-
YUV22.86155.73146.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 59.50%
R=40.50%
G=0%
B=59.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal490720.32100.72280.8310014.12
Hex31048206404811964e
Octal61011040144011043114416
Binary1100010100100010000011001000100100010001100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310048; }

 p { color: rgb(49,0,72); }

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

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

 a { background-color: rgb(49,0,72); }

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

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

 span { border-color: rgb(49,0,72); }

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