#31054F

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

Shades of Blackcurrant #31054F

Tints of Blackcurrant #31054F

Color information

#31054F (or 0x31054F) is unknown color: approx Blackcurrant. HEX triplet: 31, 05 and 4F. RGB value is (49,5,79). Sum of RGB (Red+Green+Blue) = 49+5+79=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #31054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31054F is #CEFAB0. Grayscale: #1A1A1A. Windows color (decimal): -13564593 or 5178673. OLE color: 5178673.

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

Color convert

RGB49579-
CMYK0.380.9400.69
HSL275.68º88.1%16.47%-
HSV(B)275.68º93.67%30.98%-
XYZ2.731.337.51-
YUV26.59157.58143.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.84%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 79 (31.25% from 255) = 59.40%
R=36.84%
G=3.76%
B=59.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal495790.380.9400.69275.6888.116.47
Hex3154F265E0451145810
Octal61511746136010542413020
Binary1100011011001111100110101111001000101100010100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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