#310D4E

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

Shades of Blackcurrant #310D4E

Tints of Blackcurrant #310D4E

Color information

#310D4E (or 0x310D4E) is unknown color: approx Blackcurrant. HEX triplet: 31, 0D and 4E. RGB value is (49,13,78). Sum of RGB (Red+Green+Blue) = 49+13+78=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #310D4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310D4E is #CEF2B1. Grayscale: #1E1E1E. Windows color (decimal): -13562546 or 5115185. OLE color: 5115185.

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

Color convert

RGB491378-
CMYK0.370.8300.69
HSL273.23º71.43%17.84%-
HSV(B)273.23º83.33%30.59%-
XYZ2.791.497.35-
YUV31.17154.43140.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 13 (5.47% from 255) = 9.29%
BLUE value IS 78 (30.86% from 255) = 55.71%
R=35%
G=9.29%
B=55.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4913780.370.8300.69273.2371.4317.84
Hex31D4E25530451114712
Octal611511645123010542110722
Binary11000111011001110100101101001101000101100010001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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