#311138

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

Shades of Blackcurrant #311138

Tints of Blackcurrant #311138

Color information

#311138 (or 0x311138) is unknown color: approx Blackcurrant. HEX triplet: 31, 11 and 38. RGB value is (49,17,56). Sum of RGB (Red+Green+Blue) = 49+17+56=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #311138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311138 is #CEEEC7. Grayscale: #1E1E1E. Windows color (decimal): -13561544 or 3674417. OLE color: 3674417.

HSL color Cylindrical-coordinate representation of color #311138: hue angle of 289.23º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #311138 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB491756-
CMYK0.120.7000.78
HSL289.23º53.42%14.31%-
HSV(B)289.23º69.64%21.96%-
XYZ2.181.343.88-
YUV31.01142.1140.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 56 (22.27% from 255) = 45.90%
R=40.16%
G=13.93%
B=45.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4917560.120.7000.78289.2353.4214.31
Hex311138C4604E12135e
Octal6121701410601164416516
Binary1100011000111100011001000110010011101001000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311138; }

 p { color: rgb(49,17,56); }

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

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

 a { background-color: rgb(49,17,56); }

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

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

 span { border-color: rgb(49,17,56); }

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