#311947

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

Shades of Blackcurrant #311947

Tints of Blackcurrant #311947

Color information

#311947 (or 0x311947) is unknown color: approx Blackcurrant. HEX triplet: 31, 19 and 47. RGB value is (49,25,71). Sum of RGB (Red+Green+Blue) = 49+25+71=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #311947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311947 is #CEE6B8. Grayscale: #252525. Windows color (decimal): -13559481 or 4659505. OLE color: 4659505.

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

Color convert

RGB492571-
CMYK0.310.6500.72
HSL271.3º47.92%18.82%-
HSV(B)271.3º64.79%27.84%-
XYZ2.751.86.16-
YUV37.42146.95136.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.79%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 71 (28.12% from 255) = 48.97%
R=33.79%
G=17.24%
B=48.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4925710.310.6500.72271.347.9218.82
Hex3119471F4104810f3013
Octal61311073710101104176023
Binary1100011100110001111111110000010100100010000111111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311947; }

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

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

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

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

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

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

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

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