#310840

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

Shades of Blackcurrant #310840

Tints of Blackcurrant #310840

Color information

#310840 (or 0x310840) is unknown color: approx Blackcurrant. HEX triplet: 31, 08 and 40. RGB value is (49,8,64). Sum of RGB (Red+Green+Blue) = 49+8+64=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #310840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310840 is #CEF7BF. Grayscale: #1A1A1A. Windows color (decimal): -13563840 or 4196401. OLE color: 4196401.

HSL color Cylindrical-coordinate representation of color #310840: hue angle of 283.93º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #310840 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB49864-
CMYK0.230.8700.75
HSL283.93º77.78%14.12%-
HSV(B)283.93º87.5%25.1%-
XYZ2.281.24.96-
YUV26.64149.08143.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=40.50%
G=6.61%
B=52.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal498640.230.8700.75283.9377.7814.12
Hex31840175704B11c4ee
Octal611010027127011343411616
Binary110001100010000001011110101110100101110001110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310840; }

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

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

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

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

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

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

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

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