#310E50

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

Shades of Blackcurrant #310E50

Tints of Blackcurrant #310E50

Color information

#310E50 (or 0x310E50) is unknown color: approx Blackcurrant. HEX triplet: 31, 0E and 50. RGB value is (49,14,80). Sum of RGB (Red+Green+Blue) = 49+14+80=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #310E50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310E50 is #CEF1AF. Grayscale: #1F1F1F. Windows color (decimal): -13562288 or 5246513. OLE color: 5246513.

HSL color Cylindrical-coordinate representation of color #310E50: hue angle of 271.82º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #310E50 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB491480-
CMYK0.390.8300.69
HSL271.82º70.21%18.43%-
HSV(B)271.82º82.5%31.37%-
XYZ2.871.557.74-
YUV31.99155.1140.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 14 (5.86% from 255) = 9.79%
BLUE value IS 80 (31.64% from 255) = 55.94%
R=34.27%
G=9.79%
B=55.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4914800.390.8300.69271.8270.2118.43
Hex31E5027530451104612
Octal611612047123010542010622
Binary11000111101010000100111101001101000101100010000100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310E50; }

 p { color: rgb(49,14,80); }

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

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

 a { background-color: rgb(49,14,80); }

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

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

 span { border-color: rgb(49,14,80); }

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