#311044

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

Shades of Blackcurrant #311044

Tints of Blackcurrant #311044

Color information

#311044 (or 0x311044) is unknown color: approx Blackcurrant. HEX triplet: 31, 10 and 44. RGB value is (49,16,68). Sum of RGB (Red+Green+Blue) = 49+16+68=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #311044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311044 is #CEEFBB. Grayscale: #1F1F1F. Windows color (decimal): -13561788 or 4460593. OLE color: 4460593.

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

Color convert

RGB491668-
CMYK0.280.7600.73
HSL278.08º61.9%16.47%-
HSV(B)278.08º76.47%26.67%-
XYZ2.51.445.62-
YUV31.8148.43140.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.84%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 68 (26.95% from 255) = 51.13%
R=36.84%
G=12.03%
B=51.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4916680.280.7600.73278.0861.916.47
Hex3110441C4C0491163e10
Octal61201043411401114267620
Binary1100011000010001001110010011000100100110001011011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311044; }

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

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

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

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

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

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

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

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