#31084A

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

Shades of Blackcurrant #31084A

Tints of Blackcurrant #31084A

Color information

#31084A (or 0x31084A) is unknown color: approx Blackcurrant. HEX triplet: 31, 08 and 4A. RGB value is (49,8,74). Sum of RGB (Red+Green+Blue) = 49+8+74=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #31084A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31084A is #CEF7B5. Grayscale: #1B1B1B. Windows color (decimal): -13563830 or 4851761. OLE color: 4851761.

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

Color convert

RGB49874-
CMYK0.340.8900.71
HSL277.27º80.49%16.08%-
HSV(B)277.27º89.19%29.02%-
XYZ2.591.326.6-
YUV27.78154.08143.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 74 (29.30% from 255) = 56.49%
R=37.40%
G=6.11%
B=56.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal498740.340.8900.71277.2780.4916.08
Hex3184A22590471155010
Octal611011242131010742512020
Binary11000110001001010100010101100101000111100010101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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