#311439

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

Shades of Blackcurrant #311439

Tints of Blackcurrant #311439

Color information

#311439 (or 0x311439) is unknown color: approx Blackcurrant. HEX triplet: 31, 14 and 39. RGB value is (49,20,57). Sum of RGB (Red+Green+Blue) = 49+20+57=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 57 - color contains mainly: blue. Hex color #311439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311439 is #CEEBC6. Grayscale: #202020. Windows color (decimal): -13560775 or 3740721. OLE color: 3740721.

HSL color Cylindrical-coordinate representation of color #311439: hue angle of 287.03º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311439 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB492057-
CMYK0.140.6500.78
HSL287.03º48.05%15.1%-
HSV(B)287.03º64.91%22.35%-
XYZ2.261.454.03-
YUV32.89141.61139.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 57 (22.66% from 255) = 45.24%
R=38.89%
G=15.87%
B=45.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4920570.140.6500.78287.0348.0515.1
Hex311439E4104E11f30f
Octal6124711610101164376017
Binary1100011010011100111101000001010011101000111111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311439; }

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

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

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

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

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

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

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

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