#311840

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

Shades of Blackcurrant #311840

Tints of Blackcurrant #311840

Color information

#311840 (or 0x311840) is unknown color: approx Blackcurrant. HEX triplet: 31, 18 and 40. RGB value is (49,24,64). Sum of RGB (Red+Green+Blue) = 49+24+64=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #311840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311840 is #CEE7BF. Grayscale: #232323. Windows color (decimal): -13559744 or 4200497. OLE color: 4200497.

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

Color convert

RGB492464-
CMYK0.230.6200.75
HSL277.5º45.45%17.25%-
HSV(B)277.5º62.5%25.1%-
XYZ2.521.685.04-
YUV36.03143.78137.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.77%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=35.77%
G=17.52%
B=46.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4924640.230.6200.75277.545.4517.25
Hex311840173E04B1162d11
Octal6130100277601134265521
Binary110001110001000000101111111100100101110001011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311840; }

 p { color: rgb(49,24,64); }

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

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

 a { background-color: rgb(49,24,64); }

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

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

 span { border-color: rgb(49,24,64); }

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