#311839

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

Shades of Blackcurrant #311839

Tints of Blackcurrant #311839

Color information

#311839 (or 0x311839) is unknown color: approx Blackcurrant. HEX triplet: 31, 18 and 39. RGB value is (49,24,57). Sum of RGB (Red+Green+Blue) = 49+24+57=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #311839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311839 is #CEE7C6. Grayscale: #232323. Windows color (decimal): -13559751 or 3741745. OLE color: 3741745.

HSL color Cylindrical-coordinate representation of color #311839: hue angle of 285.45º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #311839 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB492457-
CMYK0.140.5800.78
HSL285.45º40.74%15.88%-
HSV(B)285.45º57.89%22.35%-
XYZ2.331.64.06-
YUV35.24140.28137.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 57 (22.66% from 255) = 43.85%
R=37.69%
G=18.46%
B=43.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4924570.140.5800.78285.4540.7415.88
Hex311839E3A04E11d2910
Octal613071167201164355120
Binary1100011100011100111101110100100111010001110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311839; }

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

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

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

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

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

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

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

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