#311541

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

Shades of Blackcurrant #311541

Tints of Blackcurrant #311541

Color information

#311541 (or 0x311541) is unknown color: approx Blackcurrant. HEX triplet: 31, 15 and 41. RGB value is (49,21,65). Sum of RGB (Red+Green+Blue) = 49+21+65=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #311541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311541 is #CEEABE. Grayscale: #222222. Windows color (decimal): -13560511 or 4265265. OLE color: 4265265.

HSL color Cylindrical-coordinate representation of color #311541: hue angle of 278.18º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #311541 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB492165-
CMYK0.250.6800.75
HSL278.18º51.16%16.86%-
HSV(B)278.18º67.69%25.49%-
XYZ2.491.575.17-
YUV34.39145.28138.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=36.30%
G=15.56%
B=48.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4921650.250.6800.75278.1851.1616.86
Hex311541194404B1163311
Octal61251013110401134266321
Binary1100011010110000011100110001000100101110001011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311541; }

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

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

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

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

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

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

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

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