#310538

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

Shades of Blackcurrant #310538

Tints of Blackcurrant #310538

Color information

#310538 (or 0x310538) is unknown color: approx Blackcurrant. HEX triplet: 31, 05 and 38. RGB value is (49,5,56). Sum of RGB (Red+Green+Blue) = 49+5+56=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #310538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310538 is #CEFAC7. Grayscale: #171717. Windows color (decimal): -13564616 or 3671345. OLE color: 3671345.

HSL color Cylindrical-coordinate representation of color #310538: hue angle of 291.76º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310538 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB49556-
CMYK0.120.9100.78
HSL291.76º83.61%11.96%-
HSV(B)291.76º91.07%21.96%-
XYZ2.031.053.84-
YUV23.97146.08145.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 5 (2.34% from 255) = 4.55%
BLUE value IS 56 (22.27% from 255) = 50.91%
R=44.55%
G=4.55%
B=50.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal495560.120.9100.78291.7683.6111.96
Hex31538C5B04E12454c
Octal6157014133011644412414
Binary110001101111000110010110110100111010010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310538; }

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

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

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

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

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

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

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

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