#31193C

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

Shades of Blackcurrant #31193C

Tints of Blackcurrant #31193C

Color information

#31193C (or 0x31193C) is unknown color: approx Blackcurrant. HEX triplet: 31, 19 and 3C. RGB value is (49,25,60). Sum of RGB (Red+Green+Blue) = 49+25+60=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 60 - color contains mainly: blue. Hex color #31193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31193C is #CEE6C3. Grayscale: #242424. Windows color (decimal): -13559492 or 3938609. OLE color: 3938609.

HSL color Cylindrical-coordinate representation of color #31193C: hue angle of 281.14º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31193C is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB492560-
CMYK0.180.5800.76
HSL281.14º41.18%16.67%-
HSV(B)281.14º58.33%23.53%-
XYZ2.431.674.47-
YUV36.17141.45137.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.57%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 60 (23.83% from 255) = 44.78%
R=36.57%
G=18.66%
B=44.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4925600.180.5800.76281.1441.1816.67
Hex31193C123A04C1192911
Octal613174227201144315121
Binary11000111001111100100101110100100110010001100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31193C; }

 p { color: rgb(49,25,60); }

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

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

 a { background-color: rgb(49,25,60); }

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

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

 span { border-color: rgb(49,25,60); }

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