#311346

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

Shades of Blackcurrant #311346

Tints of Blackcurrant #311346

Color information

#311346 (or 0x311346) is unknown color: approx Blackcurrant. HEX triplet: 31, 13 and 46. RGB value is (49,19,70). Sum of RGB (Red+Green+Blue) = 49+19+70=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #311346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311346 is #CEECB9. Grayscale: #212121. Windows color (decimal): -13561018 or 4592433. OLE color: 4592433.

HSL color Cylindrical-coordinate representation of color #311346: hue angle of 275.29º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #311346 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB491970-
CMYK0.300.7300.73
HSL275.29º57.3%17.45%-
HSV(B)275.29º72.86%27.45%-
XYZ2.61.565.96-
YUV33.78148.44138.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 70 (27.73% from 255) = 50.72%
R=35.51%
G=13.77%
B=50.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4919700.300.7300.73275.2957.317.45
Hex3113461E490491133911
Octal61231063611101114237121
Binary1100011001110001101111010010010100100110001001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311346; }

 p { color: rgb(49,19,70); }

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

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

 a { background-color: rgb(49,19,70); }

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

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

 span { border-color: rgb(49,19,70); }

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