#311144

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

Shades of Blackcurrant #311144

Tints of Blackcurrant #311144

Color information

#311144 (or 0x311144) is unknown color: approx Blackcurrant. HEX triplet: 31, 11 and 44. RGB value is (49,17,68). Sum of RGB (Red+Green+Blue) = 49+17+68=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 68 (26.95% from 255 or 50.75% from 134); Max value from RGB is 68 - color contains mainly: blue. Hex color #311144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311144 is #CEEEBB. Grayscale: #202020. Windows color (decimal): -13561532 or 4460849. OLE color: 4460849.

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

Color convert

RGB491768-
CMYK0.280.7500.73
HSL277.65º60%16.67%-
HSV(B)277.65º75%26.67%-
XYZ2.511.475.62-
YUV32.38148.1139.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.57%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 68 (26.95% from 255) = 50.75%
R=36.57%
G=12.69%
B=50.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4917680.280.7500.73277.656016.67
Hex3111441C4B0491163c11
Octal61211043411301114267421
Binary1100011000110001001110010010110100100110001011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311144; }

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

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

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

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

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

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

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

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