#310349

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

Shades of Blackcurrant #310349

Tints of Blackcurrant #310349

Color information

#310349 (or 0x310349) is unknown color: approx Blackcurrant. HEX triplet: 31, 03 and 49. RGB value is (49,3,73). Sum of RGB (Red+Green+Blue) = 49+3+73=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #310349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310349 is #CEFCB6. Grayscale: #181818. Windows color (decimal): -13565111 or 4784945. OLE color: 4784945.

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

Color convert

RGB49373-
CMYK0.330.9600.71
HSL279.43º92.11%14.9%-
HSV(B)279.43º95.89%28.63%-
XYZ2.51.26.4-
YUV24.73155.24145.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 73 (28.91% from 255) = 58.4%
R=39.2%
G=2.4%
B=58.4%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal493730.330.9600.71279.4392.1114.9
Hex3134921600471175cf
Octal61311141140010742713417
Binary11000111100100110000111000000100011110001011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310349; }

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

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

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

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

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

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

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

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