#311F36

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

Shades of Blackcurrant #311F36

Tints of Blackcurrant #311F36

Color information

#311F36 (or 0x311F36) is unknown color: approx Blackcurrant. HEX triplet: 31, 1F and 36. RGB value is (49,31,54). Sum of RGB (Red+Green+Blue) = 49+31+54=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 54 - color contains mainly: blue. Hex color #311F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F36 is #CEE0C9. Grayscale: #262626. Windows color (decimal): -13557962 or 3546929. OLE color: 3546929.

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

Color convert

RGB493154-
CMYK0.090.4300.79
HSL286.96º27.06%16.67%-
HSV(B)286.96º42.59%21.18%-
XYZ2.421.93.73-
YUV39136.46135.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.57%
GREEN value IS 31 (12.5% from 255) = 23.13%
BLUE value IS 54 (21.48% from 255) = 40.30%
R=36.57%
G=23.13%
B=40.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4931540.090.4300.79286.9627.0616.67
Hex311F3692B04F11f1b11
Octal613766115301174373321
Binary110001111111101101001101011010011111000111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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