#310058

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

Shades of Blackcurrant #310058

Tints of Blackcurrant #310058

Color information

#310058 (or 0x310058) is unknown color: approx Blackcurrant. HEX triplet: 31, 00 and 58. RGB value is (49,0,88). Sum of RGB (Red+Green+Blue) = 49+0+88=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 88 (34.77% from 255 or 64.23% from 137); Max value from RGB is 88 - color contains mainly: blue. Hex color #310058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310058 is #CEFFA7. Grayscale: #181818. Windows color (decimal): -13565864 or 5767217. OLE color: 5767217.

HSL color Cylindrical-coordinate representation of color #310058: hue angle of 273.41º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310058 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB49088-
CMYK0.44100.65
HSL273.41º100%17.25%-
HSV(B)273.41º100%34.51%-
XYZ3.031.369.33-
YUV24.68163.73145.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 64.23%
R=35.77%
G=0%
B=64.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal490880.44100.65273.4110017.25
Hex310582C640411116411
Octal61013054144010142114421
Binary11000101011000101100110010001000001100010001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310058; }

 p { color: rgb(49,0,88); }

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

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

 a { background-color: rgb(49,0,88); }

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

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

 span { border-color: rgb(49,0,88); }

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