#310142

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

Shades of Blackcurrant #310142

Tints of Blackcurrant #310142

Color information

#310142 (or 0x310142) is unknown color: approx Blackcurrant. HEX triplet: 31, 01 and 42. RGB value is (49,1,66). Sum of RGB (Red+Green+Blue) = 49+1+66=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 66 (26.17% from 255 or 56.90% from 116); Max value from RGB is 66 - color contains mainly: blue. Hex color #310142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310142 is #CEFEBD. Grayscale: #161616. Windows color (decimal): -13565630 or 4325681. OLE color: 4325681.

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

Color convert

RGB49166-
CMYK0.260.9800.74
HSL284.31º97.01%13.14%-
HSV(B)284.31º98.48%25.88%-
XYZ2.261.075.24-
YUV22.76152.4146.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 66 (26.17% from 255) = 56.90%
R=42.24%
G=0.86%
B=56.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal491660.260.9800.74284.3197.0113.14
Hex311421A6204A11c61d
Octal61110232142011243414115
Binary110001110000101101011000100100101010001110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310142; }

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

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

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

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

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

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

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

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