#311442

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

Shades of Blackcurrant #311442

Tints of Blackcurrant #311442

Color information

#311442 (or 0x311442) is unknown color: approx Blackcurrant. HEX triplet: 31, 14 and 42. RGB value is (49,20,66). Sum of RGB (Red+Green+Blue) = 49+20+66=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: blue. Hex color #311442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311442 is #CEEBBD. Grayscale: #212121. Windows color (decimal): -13560766 or 4330545. OLE color: 4330545.

HSL color Cylindrical-coordinate representation of color #311442: hue angle of 277.83º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #311442 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB492066-
CMYK0.260.7000.74
HSL277.83º53.49%16.86%-
HSV(B)277.83º69.7%25.88%-
XYZ2.51.555.32-
YUV33.92146.11138.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 20 (8.20% from 255) = 14.81%
BLUE value IS 66 (26.17% from 255) = 48.89%
R=36.30%
G=14.81%
B=48.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4920660.260.7000.74277.8353.4916.86
Hex3114421A4604A1163511
Octal61241023210601124266521
Binary1100011010010000101101010001100100101010001011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311442; }

 p { color: rgb(49,20,66); }

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

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

 a { background-color: rgb(49,20,66); }

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

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

 span { border-color: rgb(49,20,66); }

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