#310536

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

Shades of Blackcurrant #310536

Tints of Blackcurrant #310536

Color information

#310536 (or 0x310536) is unknown color: approx Blackcurrant. HEX triplet: 31, 05 and 36. RGB value is (49,5,54). Sum of RGB (Red+Green+Blue) = 49+5+54=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #310536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310536 is #CEFAC9. Grayscale: #171717. Windows color (decimal): -13564618 or 3540273. OLE color: 3540273.

HSL color Cylindrical-coordinate representation of color #310536: hue angle of 293.88º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310536 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB49554-
CMYK0.090.9100.79
HSL293.88º83.05%11.57%-
HSV(B)293.88º90.74%21.18%-
XYZ1.991.033.58-
YUV23.74145.08146.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 54 (21.48% from 255) = 50%
R=45.37%
G=4.63%
B=50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal495540.090.9100.79293.8883.0511.57
Hex3153695B04F12653c
Octal6156611133011744612314
Binary110001101110110100110110110100111110010011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310536; }

 p { color: rgb(49,5,54); }

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

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

 a { background-color: rgb(49,5,54); }

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

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

 span { border-color: rgb(49,5,54); }

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