#311241

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

Shades of Blackcurrant #311241

Tints of Blackcurrant #311241

Color information

#311241 (or 0x311241) is unknown color: approx Blackcurrant. HEX triplet: 31, 12 and 41. RGB value is (49,18,65). Sum of RGB (Red+Green+Blue) = 49+18+65=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #311241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311241 is #CEEDBE. Grayscale: #202020. Windows color (decimal): -13561279 or 4264497. OLE color: 4264497.

HSL color Cylindrical-coordinate representation of color #311241: hue angle of 279.57º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #311241 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB491865-
CMYK0.250.7200.75
HSL279.57º56.63%16.27%-
HSV(B)279.57º72.31%25.49%-
XYZ2.441.475.16-
YUV32.63146.27139.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 65 (25.78% from 255) = 49.24%
R=37.12%
G=13.64%
B=49.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4918650.250.7200.75279.5756.6316.27
Hex311241194804B1183910
Octal61221013111001134307120
Binary1100011001010000011100110010000100101110001100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311241; }

 p { color: rgb(49,18,65); }

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

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

 a { background-color: rgb(49,18,65); }

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

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

 span { border-color: rgb(49,18,65); }

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