#310442

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

Shades of Blackcurrant #310442

Tints of Blackcurrant #310442

Color information

#310442 (or 0x310442) is unknown color: approx Blackcurrant. HEX triplet: 31, 04 and 42. RGB value is (49,4,66). Sum of RGB (Red+Green+Blue) = 49+4+66=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 66 (26.17% from 255 or 55.46% from 119); Max value from RGB is 66 - color contains mainly: blue. Hex color #310442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310442 is #CEFBBD. Grayscale: #181818. Windows color (decimal): -13564862 or 4326449. OLE color: 4326449.

HSL color Cylindrical-coordinate representation of color #310442: hue angle of 283.55º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310442 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB49466-
CMYK0.260.9400.74
HSL283.55º88.57%13.73%-
HSV(B)283.55º93.94%25.88%-
XYZ2.291.135.25-
YUV24.52151.41145.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 4 (1.95% from 255) = 3.36%
BLUE value IS 66 (26.17% from 255) = 55.46%
R=41.18%
G=3.36%
B=55.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal494660.260.9400.74283.5588.5713.73
Hex314421A5E04A11c59e
Octal61410232136011243413116
Binary11000110010000101101010111100100101010001110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310442; }

 p { color: rgb(49,4,66); }

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

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

 a { background-color: rgb(49,4,66); }

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

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

 span { border-color: rgb(49,4,66); }

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