#31114F

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

Shades of Blackcurrant #31114F

Tints of Blackcurrant #31114F

Color information

#31114F (or 0x31114F) is unknown color: approx Blackcurrant. HEX triplet: 31, 11 and 4F. RGB value is (49,17,79). Sum of RGB (Red+Green+Blue) = 49+17+79=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #31114F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31114F is #CEEEB0. Grayscale: #212121. Windows color (decimal): -13561521 or 5181745. OLE color: 5181745.

HSL color Cylindrical-coordinate representation of color #31114F: hue angle of 270.97º degrees, saturation: 0.65, 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 #31114F is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB491779-
CMYK0.380.7800.69
HSL270.97º64.58%18.82%-
HSV(B)270.97º78.48%30.98%-
XYZ2.881.627.56-
YUV33.64153.6138.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.79%
GREEN value IS 17 (7.03% from 255) = 11.72%
BLUE value IS 79 (31.25% from 255) = 54.48%
R=33.79%
G=11.72%
B=54.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4917790.380.7800.69270.9764.5818.82
Hex31114F264E04510f4113
Octal612111746116010541710123
Binary110001100011001111100110100111001000101100001111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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