#311247

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

Shades of Blackcurrant #311247

Tints of Blackcurrant #311247

Color information

#311247 (or 0x311247) is unknown color: approx Blackcurrant. HEX triplet: 31, 12 and 47. RGB value is (49,18,71). Sum of RGB (Red+Green+Blue) = 49+18+71=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #311247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311247 is #CEEDB8. Grayscale: #212121. Windows color (decimal): -13561273 or 4657713. OLE color: 4657713.

HSL color Cylindrical-coordinate representation of color #311247: hue angle of 275.09º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #311247 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB491871-
CMYK0.310.7500.72
HSL275.09º59.55%17.45%-
HSV(B)275.09º74.65%27.84%-
XYZ2.621.546.12-
YUV33.31149.27139.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 71 (28.12% from 255) = 51.45%
R=35.51%
G=13.04%
B=51.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4918710.310.7500.72275.0959.5517.45
Hex3112471F4B0481133c11
Octal61221073711301104237421
Binary1100011001010001111111110010110100100010001001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311247; }

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

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

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

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

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

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

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

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