#311548

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

Shades of Blackcurrant #311548

Tints of Blackcurrant #311548

Color information

#311548 (or 0x311548) is unknown color: approx Blackcurrant. HEX triplet: 31, 15 and 48. RGB value is (49,21,72). Sum of RGB (Red+Green+Blue) = 49+21+72=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #311548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311548 is #CEEAB7. Grayscale: #232323. Windows color (decimal): -13560504 or 4724017. OLE color: 4724017.

HSL color Cylindrical-coordinate representation of color #311548: hue angle of 272.94º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #311548 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB492172-
CMYK0.320.7100.72
HSL272.94º54.84%18.24%-
HSV(B)272.94º70.83%28.24%-
XYZ2.71.666.31-
YUV35.19148.78137.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.51%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 72 (28.52% from 255) = 50.70%
R=34.51%
G=14.79%
B=50.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4921720.320.7100.72272.9454.8418.24
Hex31154820470481113712
Octal61251104010701104216722
Binary11000110101100100010000010001110100100010001000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311548; }

 p { color: rgb(49,21,72); }

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

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

 a { background-color: rgb(49,21,72); }

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

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

 span { border-color: rgb(49,21,72); }

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