#311647

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

Shades of Blackcurrant #311647

Tints of Blackcurrant #311647

Color information

#311647 (or 0x311647) is unknown color: approx Blackcurrant. HEX triplet: 31, 16 and 47. RGB value is (49,22,71). Sum of RGB (Red+Green+Blue) = 49+22+71=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #311647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311647 is #CEE9B8. Grayscale: #232323. Windows color (decimal): -13560249 or 4658737. OLE color: 4658737.

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

Color convert

RGB492271-
CMYK0.310.6900.72
HSL273.06º52.69%18.24%-
HSV(B)273.06º69.01%27.84%-
XYZ2.691.686.14-
YUV35.66147.95137.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.51%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 71 (28.12% from 255) = 50%
R=34.51%
G=15.49%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4922710.310.6900.72273.0652.6918.24
Hex3116471F450481113512
Octal61261073710501104216522
Binary1100011011010001111111110001010100100010001000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311647; }

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

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

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

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

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

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

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

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