#311545

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

Shades of Blackcurrant #311545

Tints of Blackcurrant #311545

Color information

#311545 (or 0x311545) is unknown color: approx Blackcurrant. HEX triplet: 31, 15 and 45. RGB value is (49,21,69). Sum of RGB (Red+Green+Blue) = 49+21+69=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #311545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311545 is #CEEABA. Grayscale: #222222. Windows color (decimal): -13560507 or 4527409. OLE color: 4527409.

HSL color Cylindrical-coordinate representation of color #311545: hue angle of 275º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #311545 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB492169-
CMYK0.290.7000.73
HSL275º53.33%17.65%-
HSV(B)275º69.57%27.06%-
XYZ2.611.625.81-
YUV34.84147.28138.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 69 (27.34% from 255) = 49.64%
R=35.25%
G=15.11%
B=49.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4921690.290.7000.7327553.3317.65
Hex3115451D460491133512
Octal61251053510601114236522
Binary1100011010110001011110110001100100100110001001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311545; }

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

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

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

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

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

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

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

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