#31084F

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

Shades of Blackcurrant #31084F

Tints of Blackcurrant #31084F

Color information

#31084F (or 0x31084F) is unknown color: approx Blackcurrant. HEX triplet: 31, 08 and 4F. RGB value is (49,8,79). Sum of RGB (Red+Green+Blue) = 49+8+79=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #31084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31084F is #CEF7B0. Grayscale: #1C1C1C. Windows color (decimal): -13563825 or 5179441. OLE color: 5179441.

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

Color convert

RGB49879-
CMYK0.380.9000.69
HSL274.65º81.61%17.06%-
HSV(B)274.65º89.87%30.98%-
XYZ2.761.397.52-
YUV28.35156.58142.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 8 (3.52% from 255) = 5.88%
BLUE value IS 79 (31.25% from 255) = 58.09%
R=36.03%
G=5.88%
B=58.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal498790.380.9000.69274.6581.6117.06
Hex3184F265A0451135211
Octal611011746132010542312221
Binary11000110001001111100110101101001000101100010011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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