#310143

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

Shades of Blackcurrant #310143

Tints of Blackcurrant #310143

Color information

#310143 (or 0x310143) is unknown color: approx Blackcurrant. HEX triplet: 31, 01 and 43. RGB value is (49,1,67). Sum of RGB (Red+Green+Blue) = 49+1+67=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 67 (26.56% from 255 or 57.26% from 117); Max value from RGB is 67 - color contains mainly: blue. Hex color #310143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310143 is #CEFEBC. Grayscale: #161616. Windows color (decimal): -13565629 or 4391217. OLE color: 4391217.

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

Color convert

RGB49167-
CMYK0.270.9900.74
HSL283.64º97.06%13.33%-
HSV(B)283.64º98.51%26.27%-
XYZ2.291.085.4-
YUV22.88152.9146.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 67 (26.56% from 255) = 57.26%
R=41.88%
G=0.85%
B=57.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal491670.270.9900.74283.6497.0613.33
Hex311431B6304A11c61d
Octal61110333143011243414115
Binary110001110000111101111000110100101010001110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310143; }

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

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

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

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

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

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

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

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