#311543

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

Shades of Blackcurrant #311543

Tints of Blackcurrant #311543

Color information

#311543 (or 0x311543) is unknown color: approx Blackcurrant. HEX triplet: 31, 15 and 43. RGB value is (49,21,67). Sum of RGB (Red+Green+Blue) = 49+21+67=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #311543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311543 is #CEEABC. Grayscale: #222222. Windows color (decimal): -13560509 or 4396337. OLE color: 4396337.

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

Color convert

RGB492167-
CMYK0.270.6900.74
HSL276.52º52.27%17.25%-
HSV(B)276.52º68.66%26.27%-
XYZ2.551.595.48-
YUV34.62146.28138.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.77%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 67 (26.56% from 255) = 48.91%
R=35.77%
G=15.33%
B=48.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4921670.270.6900.74276.5252.2717.25
Hex3115431B4504A1153411
Octal61251033310501124256421
Binary1100011010110000111101110001010100101010001010111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311543; }

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

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

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

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

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

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

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

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