#311D36

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

Shades of Blackcurrant #311D36

Tints of Blackcurrant #311D36

Color information

#311D36 (or 0x311D36) is unknown color: approx Blackcurrant. HEX triplet: 31, 1D and 36. RGB value is (49,29,54). Sum of RGB (Red+Green+Blue) = 49+29+54=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 54 - color contains mainly: blue. Hex color #311D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D36 is #CEE2C9. Grayscale: #252525. Windows color (decimal): -13558474 or 3546417. OLE color: 3546417.

HSL color Cylindrical-coordinate representation of color #311D36: hue angle of 288º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #311D36 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB492954-
CMYK0.090.4600.79
HSL288º30.12%16.27%-
HSV(B)288º46.3%21.18%-
XYZ2.371.83.71-
YUV37.83137.13135.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 29 (11.72% from 255) = 21.97%
BLUE value IS 54 (21.48% from 255) = 40.91%
R=37.12%
G=21.97%
B=40.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4929540.090.4600.7928830.1216.27
Hex311D3692E04F1201e10
Octal613566115601174403620
Binary110001111011101101001101110010011111001000001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311D36; }

 p { color: rgb(49,29,54); }

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

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

 a { background-color: rgb(49,29,54); }

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

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

 span { border-color: rgb(49,29,54); }

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