#310455

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

Shades of Blackcurrant #310455

Tints of Blackcurrant #310455

Color information

#310455 (or 0x310455) is unknown color: approx Blackcurrant. HEX triplet: 31, 04 and 55. RGB value is (49,4,85). Sum of RGB (Red+Green+Blue) = 49+4+85=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 85 (33.59% from 255 or 61.59% from 138); Max value from RGB is 85 - color contains mainly: blue. Hex color #310455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310455 is #CEFBAA. Grayscale: #1A1A1A. Windows color (decimal): -13564843 or 5571633. OLE color: 5571633.

HSL color Cylindrical-coordinate representation of color #310455: hue angle of 273.33º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310455 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB49485-
CMYK0.420.9500.67
HSL273.33º91.01%17.45%-
HSV(B)273.33º95.29%33.33%-
XYZ2.951.48.71-
YUV26.69160.91143.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 85 (33.59% from 255) = 61.59%
R=35.51%
G=2.90%
B=61.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal494850.420.9500.67273.3391.0117.45
Hex314552A5F0431115b11
Octal61412552137010342113321
Binary1100011001010101101010101111101000011100010001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310455; }

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

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

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

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

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

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

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

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