#310249

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

Shades of Blackcurrant #310249

Tints of Blackcurrant #310249

Color information

#310249 (or 0x310249) is unknown color: approx Blackcurrant. HEX triplet: 31, 02 and 49. RGB value is (49,2,73). Sum of RGB (Red+Green+Blue) = 49+2+73=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #310249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310249 is #CEFDB6. Grayscale: #171717. Windows color (decimal): -13565367 or 4784689. OLE color: 4784689.

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

Color convert

RGB49273-
CMYK0.330.9700.71
HSL279.72º94.67%14.71%-
HSV(B)279.72º97.26%28.63%-
XYZ2.491.186.4-
YUV24.15155.57145.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 73 (28.91% from 255) = 58.87%
R=39.52%
G=1.61%
B=58.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal492730.330.9700.71279.7294.6714.71
Hex3124921610471185ff
Octal61211141141010743013717
Binary11000110100100110000111000010100011110001100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310249; }

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

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

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

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

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

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

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

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