#310854

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

Shades of Blackcurrant #310854

Tints of Blackcurrant #310854

Color information

#310854 (or 0x310854) is unknown color: approx Blackcurrant. HEX triplet: 31, 08 and 54. RGB value is (49,8,84). Sum of RGB (Red+Green+Blue) = 49+8+84=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #310854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310854 is #CEF7AB. Grayscale: #1C1C1C. Windows color (decimal): -13563820 or 5507121. OLE color: 5507121.

HSL color Cylindrical-coordinate representation of color #310854: hue angle of 272.37º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310854 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB49884-
CMYK0.420.9000.67
HSL272.37º82.61%18.04%-
HSV(B)272.37º90.48%32.94%-
XYZ2.951.478.51-
YUV28.92159.08142.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 8 (3.52% from 255) = 5.67%
BLUE value IS 84 (33.20% from 255) = 59.57%
R=34.75%
G=5.67%
B=59.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal498840.420.9000.67272.3782.6118.04
Hex318542A5A0431105312
Octal611012452132010342012322
Binary11000110001010100101010101101001000011100010000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310854; }

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

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

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

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

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

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

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

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