#311148

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

Shades of Blackcurrant #311148

Tints of Blackcurrant #311148

Color information

#311148 (or 0x311148) is unknown color: approx Blackcurrant. HEX triplet: 31, 11 and 48. RGB value is (49,17,72). Sum of RGB (Red+Green+Blue) = 49+17+72=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #311148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311148 is #CEEEB7. Grayscale: #202020. Windows color (decimal): -13561528 or 4722993. OLE color: 4722993.

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

Color convert

RGB491772-
CMYK0.320.7600.72
HSL274.91º61.8%17.45%-
HSV(B)274.91º76.39%28.24%-
XYZ2.641.526.29-
YUV32.84150.1139.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 72 (28.52% from 255) = 52.17%
R=35.51%
G=12.32%
B=52.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4917720.320.7600.72274.9161.817.45
Hex311148204C0481133e11
Octal61211104011401104237621
Binary11000110001100100010000010011000100100010001001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311148; }

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

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

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

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

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

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

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

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