#311537

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

Shades of Blackcurrant #311537

Tints of Blackcurrant #311537

Color information

#311537 (or 0x311537) is unknown color: approx Blackcurrant. HEX triplet: 31, 15 and 37. RGB value is (49,21,55). Sum of RGB (Red+Green+Blue) = 49+21+55=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #311537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311537 is #CEEAC8. Grayscale: #212121. Windows color (decimal): -13560521 or 3609905. OLE color: 3609905.

HSL color Cylindrical-coordinate representation of color #311537: hue angle of 289.41º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #311537 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB492155-
CMYK0.110.6200.78
HSL289.41º44.74%14.9%-
HSV(B)289.41º61.82%21.57%-
XYZ2.221.473.78-
YUV33.25140.28139.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 21 (8.59% from 255) = 16.8%
BLUE value IS 55 (21.88% from 255) = 44%
R=39.2%
G=16.8%
B=44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4921550.110.6200.78289.4144.7414.9
Hex311537B3E04E1212df
Octal612567137601164415517
Binary110001101011101111011111110010011101001000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311537; }

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

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

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

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

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

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

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

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