#311547

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

Shades of Blackcurrant #311547

Tints of Blackcurrant #311547

Color information

#311547 (or 0x311547) is unknown color: approx Blackcurrant. HEX triplet: 31, 15 and 47. RGB value is (49,21,71). Sum of RGB (Red+Green+Blue) = 49+21+71=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #311547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311547 is #CEEAB8. Grayscale: #222222. Windows color (decimal): -13560505 or 4658481. OLE color: 4658481.

HSL color Cylindrical-coordinate representation of color #311547: hue angle of 273.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #311547 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB492171-
CMYK0.310.7000.72
HSL273.6º54.35%18.04%-
HSV(B)273.6º70.42%27.84%-
XYZ2.671.646.14-
YUV35.07148.28137.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 71 (28.12% from 255) = 50.35%
R=34.75%
G=14.89%
B=50.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4921710.310.7000.72273.654.3518.04
Hex3115471F460481123612
Octal61251073710601104226622
Binary1100011010110001111111110001100100100010001001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311547; }

 p { color: rgb(49,21,71); }

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

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

 a { background-color: rgb(49,21,71); }

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

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

 span { border-color: rgb(49,21,71); }

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