#311544

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

Shades of Blackcurrant #311544

Tints of Blackcurrant #311544

Color information

#311544 (or 0x311544) is unknown color: approx Blackcurrant. HEX triplet: 31, 15 and 44. RGB value is (49,21,68). Sum of RGB (Red+Green+Blue) = 49+21+68=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 68 - color contains mainly: blue. Hex color #311544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311544 is #CEEABB. Grayscale: #222222. Windows color (decimal): -13560508 or 4461873. OLE color: 4461873.

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

Color convert

RGB492168-
CMYK0.280.6900.73
HSL275.74º52.81%17.45%-
HSV(B)275.74º69.12%26.67%-
XYZ2.581.615.64-
YUV34.73146.78138.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 68 (26.95% from 255) = 49.28%
R=35.51%
G=15.22%
B=49.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4921680.280.6900.73275.7452.8117.45
Hex3115441C450491143511
Octal61251043410501114246521
Binary1100011010110001001110010001010100100110001010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311544; }

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

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

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

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

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

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

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

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