#310941

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

Shades of Blackcurrant #310941

Tints of Blackcurrant #310941

Color information

#310941 (or 0x310941) is unknown color: approx Blackcurrant. HEX triplet: 31, 09 and 41. RGB value is (49,9,65). Sum of RGB (Red+Green+Blue) = 49+9+65=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #310941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310941 is #CEF6BE. Grayscale: #1B1B1B. Windows color (decimal): -13563583 or 4262193. OLE color: 4262193.

HSL color Cylindrical-coordinate representation of color #310941: hue angle of 282.86º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #310941 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB49965-
CMYK0.250.8600.75
HSL282.86º75.68%14.51%-
HSV(B)282.86º86.15%25.49%-
XYZ2.321.235.12-
YUV27.34149.25143.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 65 (25.78% from 255) = 52.85%
R=39.84%
G=7.32%
B=52.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal499650.250.8600.75282.8675.6814.51
Hex31941195604B11b4cf
Octal611110131126011343311417
Binary110001100110000011100110101100100101110001101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310941; }

 p { color: rgb(49,9,65); }

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

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

 a { background-color: rgb(49,9,65); }

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

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

 span { border-color: rgb(49,9,65); }

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