#311149

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

Shades of Blackcurrant #311149

Tints of Blackcurrant #311149

Color information

#311149 (or 0x311149) is unknown color: approx Blackcurrant. HEX triplet: 31, 11 and 49. RGB value is (49,17,73). Sum of RGB (Red+Green+Blue) = 49+17+73=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #311149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311149 is #CEEEB6. Grayscale: #202020. Windows color (decimal): -13561527 or 4788529. OLE color: 4788529.

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

Color convert

RGB491773-
CMYK0.330.7700.71
HSL274.29º62.22%17.65%-
HSV(B)274.29º76.71%28.63%-
XYZ2.671.536.46-
YUV32.95150.6139.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 73 (28.91% from 255) = 52.52%
R=35.25%
G=12.23%
B=52.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4917730.330.7700.71274.2962.2217.65
Hex311149214D0471123e12
Octal61211114111501074227622
Binary11000110001100100110000110011010100011110001001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311149; }

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

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

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

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

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

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

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

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