#31094D

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

Shades of Blackcurrant #31094D

Tints of Blackcurrant #31094D

Color information

#31094D (or 0x31094D) is unknown color: approx Blackcurrant. HEX triplet: 31, 09 and 4D. RGB value is (49,9,77). Sum of RGB (Red+Green+Blue) = 49+9+77=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #31094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31094D is #CEF6B2. Grayscale: #1C1C1C. Windows color (decimal): -13563571 or 5048625. OLE color: 5048625.

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

Color convert

RGB49977-
CMYK0.360.8800.70
HSL275.29º79.07%16.86%-
HSV(B)275.29º88.31%30.2%-
XYZ2.71.387.15-
YUV28.71155.25142.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 9 (3.91% from 255) = 6.67%
BLUE value IS 77 (30.47% from 255) = 57.04%
R=36.30%
G=6.67%
B=57.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal499770.360.8800.70275.2979.0716.86
Hex3194D24580461134f11
Octal611111544130010642311721
Binary11000110011001101100100101100001000110100010011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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