#31094F

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

Shades of Blackcurrant #31094F

Tints of Blackcurrant #31094F

Color information

#31094F (or 0x31094F) is unknown color: approx Blackcurrant. HEX triplet: 31, 09 and 4F. RGB value is (49,9,79). Sum of RGB (Red+Green+Blue) = 49+9+79=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #31094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31094F is #CEF6B0. Grayscale: #1C1C1C. Windows color (decimal): -13563569 or 5179697. OLE color: 5179697.

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

Color convert

RGB49979-
CMYK0.380.8900.69
HSL274.29º79.55%17.25%-
HSV(B)274.29º88.61%30.98%-
XYZ2.781.417.52-
YUV28.94156.25142.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.77%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 79 (31.25% from 255) = 57.66%
R=35.77%
G=6.57%
B=57.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal499790.380.8900.69274.2979.5517.25
Hex3194F26590451125011
Octal611111746131010542212021
Binary11000110011001111100110101100101000101100010010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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