#311847

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

Shades of Blackcurrant #311847

Tints of Blackcurrant #311847

Color information

#311847 (or 0x311847) is unknown color: approx Blackcurrant. HEX triplet: 31, 18 and 47. RGB value is (49,24,71). Sum of RGB (Red+Green+Blue) = 49+24+71=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #311847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311847 is #CEE7B8. Grayscale: #242424. Windows color (decimal): -13559737 or 4659249. OLE color: 4659249.

HSL color Cylindrical-coordinate representation of color #311847: hue angle of 271.91º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #311847 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB492471-
CMYK0.310.6600.72
HSL271.91º49.47%18.63%-
HSV(B)271.91º66.2%27.84%-
XYZ2.731.766.16-
YUV36.83147.28136.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 71 (28.12% from 255) = 49.31%
R=34.03%
G=16.67%
B=49.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4924710.310.6600.72271.9149.4718.63
Hex3118471F420481103113
Octal61301073710201104206123
Binary1100011100010001111111110000100100100010001000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311847; }

 p { color: rgb(49,24,71); }

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

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

 a { background-color: rgb(49,24,71); }

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

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

 span { border-color: rgb(49,24,71); }

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