#310449

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

Shades of Blackcurrant #310449

Tints of Blackcurrant #310449

Color information

#310449 (or 0x310449) is unknown color: approx Blackcurrant. HEX triplet: 31, 04 and 49. RGB value is (49,4,73). Sum of RGB (Red+Green+Blue) = 49+4+73=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #310449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310449 is #CEFBB6. Grayscale: #191919. Windows color (decimal): -13564855 or 4785201. OLE color: 4785201.

HSL color Cylindrical-coordinate representation of color #310449: hue angle of 279.13º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310449 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB49473-
CMYK0.330.9500.71
HSL279.13º89.61%15.1%-
HSV(B)279.13º94.52%28.63%-
XYZ2.511.226.41-
YUV25.32154.91144.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 73 (28.91% from 255) = 57.94%
R=38.89%
G=3.17%
B=57.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal494730.330.9500.71279.1389.6115.1
Hex31449215F0471175af
Octal61411141137010742713217
Binary110001100100100110000110111110100011110001011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310449; }

 p { color: rgb(49,4,73); }

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

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

 a { background-color: rgb(49,4,73); }

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

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

 span { border-color: rgb(49,4,73); }

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