#311638

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

Shades of Blackcurrant #311638

Tints of Blackcurrant #311638

Color information

#311638 (or 0x311638) is unknown color: approx Blackcurrant. HEX triplet: 31, 16 and 38. RGB value is (49,22,56). Sum of RGB (Red+Green+Blue) = 49+22+56=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #311638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311638 is #CEE9C7. Grayscale: #212121. Windows color (decimal): -13560264 or 3675697. OLE color: 3675697.

HSL color Cylindrical-coordinate representation of color #311638: hue angle of 287.65º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311638 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB492256-
CMYK0.120.6100.78
HSL287.65º43.59%15.29%-
HSV(B)287.65º60.71%21.96%-
XYZ2.271.513.91-
YUV33.95140.45138.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 56 (22.27% from 255) = 44.09%
R=38.58%
G=17.32%
B=44.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4922560.120.6100.78287.6543.5915.29
Hex311638C3D04E1202cf
Octal612670147501164405417
Binary110001101101110001100111101010011101001000001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311638; }

 p { color: rgb(49,22,56); }

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

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

 a { background-color: rgb(49,22,56); }

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

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

 span { border-color: rgb(49,22,56); }

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