#311447

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

Shades of Blackcurrant #311447

Tints of Blackcurrant #311447

Color information

#311447 (or 0x311447) is unknown color: approx Blackcurrant. HEX triplet: 31, 14 and 47. RGB value is (49,20,71). Sum of RGB (Red+Green+Blue) = 49+20+71=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #311447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311447 is #CEEBB8. Grayscale: #222222. Windows color (decimal): -13560761 or 4658225. OLE color: 4658225.

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

Color convert

RGB492071-
CMYK0.310.7200.72
HSL274.12º56.04%17.84%-
HSV(B)274.12º71.83%27.84%-
XYZ2.651.616.13-
YUV34.48148.61138.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 20 (8.20% from 255) = 14.29%
BLUE value IS 71 (28.12% from 255) = 50.71%
R=35%
G=14.29%
B=50.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4920710.310.7200.72274.1256.0417.84
Hex3114471F480481123812
Octal61241073711001104227022
Binary1100011010010001111111110010000100100010001001011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311447; }

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

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

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

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

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

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

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

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