#311748

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

Shades of Blackcurrant #311748

Tints of Blackcurrant #311748

Color information

#311748 (or 0x311748) is unknown color: approx Blackcurrant. HEX triplet: 31, 17 and 48. RGB value is (49,23,72). Sum of RGB (Red+Green+Blue) = 49+23+72=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #311748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311748 is #CEE8B7. Grayscale: #242424. Windows color (decimal): -13559992 or 4724529. OLE color: 4724529.

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

Color convert

RGB492372-
CMYK0.320.6800.72
HSL271.84º51.58%18.63%-
HSV(B)271.84º68.06%28.24%-
XYZ2.741.736.32-
YUV36.36148.11137.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 23 (9.38% from 255) = 15.97%
BLUE value IS 72 (28.52% from 255) = 50%
R=34.03%
G=15.97%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4923720.320.6800.72271.8451.5818.63
Hex31174820440481103413
Octal61271104010401104206423
Binary11000110111100100010000010001000100100010001000011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311748; }

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

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

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

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

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

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

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

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