#31054A

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

Shades of Blackcurrant #31054A

Tints of Blackcurrant #31054A

Color information

#31054A (or 0x31054A) is unknown color: approx Blackcurrant. HEX triplet: 31, 05 and 4A. RGB value is (49,5,74). Sum of RGB (Red+Green+Blue) = 49+5+74=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #31054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31054A is #CEFAB5. Grayscale: #191919. Windows color (decimal): -13564598 or 4850993. OLE color: 4850993.

HSL color Cylindrical-coordinate representation of color #31054A: hue angle of 278.26º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31054A is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB49574-
CMYK0.340.9300.71
HSL278.26º87.34%15.49%-
HSV(B)278.26º93.24%29.02%-
XYZ2.561.266.59-
YUV26.02155.08144.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 74 (29.30% from 255) = 57.81%
R=38.28%
G=3.91%
B=57.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal495740.340.9300.71278.2687.3415.49
Hex3154A225D04711657f
Octal61511242135010742612717
Binary110001101100101010001010111010100011110001011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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