#311041

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

Shades of Blackcurrant #311041

Tints of Blackcurrant #311041

Color information

#311041 (or 0x311041) is unknown color: approx Blackcurrant. HEX triplet: 31, 10 and 41. RGB value is (49,16,65). Sum of RGB (Red+Green+Blue) = 49+16+65=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #311041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311041 is #CEEFBE. Grayscale: #1F1F1F. Windows color (decimal): -13561791 or 4263985. OLE color: 4263985.

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

Color convert

RGB491665-
CMYK0.250.7500.75
HSL280.41º60.49%15.88%-
HSV(B)280.41º75.38%25.49%-
XYZ2.411.415.15-
YUV31.45146.93140.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 16 (6.64% from 255) = 12.31%
BLUE value IS 65 (25.78% from 255) = 50%
R=37.69%
G=12.31%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4916650.250.7500.75280.4160.4915.88
Hex311041194B04B1183c10
Octal61201013111301134307420
Binary1100011000010000011100110010110100101110001100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311041; }

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

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

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

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

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

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

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

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