#311246

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

Shades of Blackcurrant #311246

Tints of Blackcurrant #311246

Color information

#311246 (or 0x311246) is unknown color: approx Blackcurrant. HEX triplet: 31, 12 and 46. RGB value is (49,18,70). Sum of RGB (Red+Green+Blue) = 49+18+70=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 70 (27.73% from 255 or 51.09% from 137); Max value from RGB is 70 - color contains mainly: blue. Hex color #311246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311246 is #CEEDB9. Grayscale: #212121. Windows color (decimal): -13561274 or 4592177. OLE color: 4592177.

HSL color Cylindrical-coordinate representation of color #311246: hue angle of 275.77º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #311246 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB491870-
CMYK0.300.7400.73
HSL275.77º59.09%17.25%-
HSV(B)275.77º74.29%27.45%-
XYZ2.591.535.95-
YUV33.2148.77139.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.77%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 70 (27.73% from 255) = 51.09%
R=35.77%
G=13.14%
B=51.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4918700.300.7400.73275.7759.0917.25
Hex3112461E4A0491143b11
Octal61221063611201114247321
Binary1100011001010001101111010010100100100110001010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311246; }

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

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

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

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

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

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

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

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