#311741

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

Shades of Blackcurrant #311741

Tints of Blackcurrant #311741

Color information

#311741 (or 0x311741) is unknown color: approx Blackcurrant. HEX triplet: 31, 17 and 41. RGB value is (49,23,65). Sum of RGB (Red+Green+Blue) = 49+23+65=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #311741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311741 is #CEE8BE. Grayscale: #232323. Windows color (decimal): -13559999 or 4265777. OLE color: 4265777.

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

Color convert

RGB492365-
CMYK0.250.6500.75
HSL277.14º47.73%17.25%-
HSV(B)277.14º64.62%25.49%-
XYZ2.531.655.19-
YUV35.56144.61137.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.77%
GREEN value IS 23 (9.38% from 255) = 16.79%
BLUE value IS 65 (25.78% from 255) = 47.45%
R=35.77%
G=16.79%
B=47.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4923650.250.6500.75277.1447.7317.25
Hex311741194104B1153011
Octal61271013110101134256021
Binary1100011011110000011100110000010100101110001010111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311741; }

 p { color: rgb(49,23,65); }

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

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

 a { background-color: rgb(49,23,65); }

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

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

 span { border-color: rgb(49,23,65); }

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