#311D37

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

Shades of Blackcurrant #311D37

Tints of Blackcurrant #311D37

Color information

#311D37 (or 0x311D37) is unknown color: approx Blackcurrant. HEX triplet: 31, 1D and 37. RGB value is (49,29,55). Sum of RGB (Red+Green+Blue) = 49+29+55=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 55 - color contains mainly: blue. Hex color #311D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D37 is #CEE2C8. Grayscale: #252525. Windows color (decimal): -13558473 or 3611953. OLE color: 3611953.

HSL color Cylindrical-coordinate representation of color #311D37: hue angle of 286.15º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #311D37 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB492955-
CMYK0.110.4700.78
HSL286.15º30.95%16.47%-
HSV(B)286.15º47.27%21.57%-
XYZ2.41.813.84-
YUV37.94137.63135.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.84%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 55 (21.88% from 255) = 41.35%
R=36.84%
G=21.80%
B=41.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4929550.110.4700.78286.1530.9516.47
Hex311D37B2F04E11e1f10
Octal613567135701164363720
Binary110001111011101111011101111010011101000111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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