#310947

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

Shades of Blackcurrant #310947

Tints of Blackcurrant #310947

Color information

#310947 (or 0x310947) is unknown color: approx Blackcurrant. HEX triplet: 31, 09 and 47. RGB value is (49,9,71). Sum of RGB (Red+Green+Blue) = 49+9+71=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #310947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310947 is #CEF6B8. Grayscale: #1B1B1B. Windows color (decimal): -13563577 or 4655409. OLE color: 4655409.

HSL color Cylindrical-coordinate representation of color #310947: hue angle of 278.71º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #310947 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB49971-
CMYK0.310.8700.72
HSL278.71º77.5%15.69%-
HSV(B)278.71º87.32%27.84%-
XYZ2.51.36.08-
YUV28.03152.25142.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.98%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 71 (28.12% from 255) = 55.04%
R=37.98%
G=6.98%
B=55.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal499710.310.8700.72278.7177.515.69
Hex319471F570481174e10
Octal611110737127011042711620
Binary1100011001100011111111101011101001000100010111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310947; }

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

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

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

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

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

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

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

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