#31114E

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

Shades of Blackcurrant #31114E

Tints of Blackcurrant #31114E

Color information

#31114E (or 0x31114E) is unknown color: approx Blackcurrant. HEX triplet: 31, 11 and 4E. RGB value is (49,17,78). Sum of RGB (Red+Green+Blue) = 49+17+78=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #31114E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31114E is #CEEEB1. Grayscale: #212121. Windows color (decimal): -13561522 or 5116209. OLE color: 5116209.

HSL color Cylindrical-coordinate representation of color #31114E: hue angle of 271.48º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31114E is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB491778-
CMYK0.370.7800.69
HSL271.48º64.21%18.63%-
HSV(B)271.48º78.21%30.59%-
XYZ2.841.67.37-
YUV33.52153.1139.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 78 (30.86% from 255) = 54.17%
R=34.03%
G=11.81%
B=54.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4917780.370.7800.69271.4864.2118.63
Hex31114E254E04510f4013
Octal612111645116010541710023
Binary110001100011001110100101100111001000101100001111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31114E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31114E; }

 p { color: rgb(49,17,78); }

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

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

 a { background-color: rgb(49,17,78); }

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

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

 span { border-color: rgb(49,17,78); }

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