#31094E

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

Shades of Blackcurrant #31094E

Tints of Blackcurrant #31094E

Color information

#31094E (or 0x31094E) is unknown color: approx Blackcurrant. HEX triplet: 31, 09 and 4E. RGB value is (49,9,78). Sum of RGB (Red+Green+Blue) = 49+9+78=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #31094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31094E is #CEF6B1. Grayscale: #1C1C1C. Windows color (decimal): -13563570 or 5114161. OLE color: 5114161.

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

Color convert

RGB49978-
CMYK0.370.8800.69
HSL274.78º79.31%17.06%-
HSV(B)274.78º88.46%30.59%-
XYZ2.741.47.33-
YUV28.83155.75142.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 78 (30.86% from 255) = 57.35%
R=36.03%
G=6.62%
B=57.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal499780.370.8800.69274.7879.3117.06
Hex3194E25580451134f11
Octal611111645130010542311721
Binary11000110011001110100101101100001000101100010011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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