#31183F

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

Shades of Blackcurrant #31183F

Tints of Blackcurrant #31183F

Color information

#31183F (or 0x31183F) is unknown color: approx Blackcurrant. HEX triplet: 31, 18 and 3F. RGB value is (49,24,63). Sum of RGB (Red+Green+Blue) = 49+24+63=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #31183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31183F is #CEE7C0. Grayscale: #232323. Windows color (decimal): -13559745 or 4134961. OLE color: 4134961.

HSL color Cylindrical-coordinate representation of color #31183F: hue angle of 278.46º 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 #31183F is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB492463-
CMYK0.220.6200.75
HSL278.46º44.83%17.06%-
HSV(B)278.46º61.9%24.71%-
XYZ2.491.674.89-
YUV35.92143.28137.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 24 (9.77% from 255) = 17.65%
BLUE value IS 63 (25% from 255) = 46.32%
R=36.03%
G=17.65%
B=46.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4924630.220.6200.75278.4644.8317.06
Hex31183F163E04B1162d11
Octal613077267601134265521
Binary11000111000111111101101111100100101110001011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31183F; }

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

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

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

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

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

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

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

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