#31174A

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

Shades of Blackcurrant #31174A

Tints of Blackcurrant #31174A

Color information

#31174A (or 0x31174A) is unknown color: approx Blackcurrant. HEX triplet: 31, 17 and 4A. RGB value is (49,23,74). Sum of RGB (Red+Green+Blue) = 49+23+74=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #31174A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31174A is #CEE8B5. Grayscale: #242424. Windows color (decimal): -13559990 or 4855601. OLE color: 4855601.

HSL color Cylindrical-coordinate representation of color #31174A: hue angle of 270.59º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31174A is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB492374-
CMYK0.340.6900.71
HSL270.59º52.58%19.02%-
HSV(B)270.59º68.92%29.02%-
XYZ2.811.766.67-
YUV36.59149.11136.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 23 (9.38% from 255) = 15.75%
BLUE value IS 74 (29.30% from 255) = 50.68%
R=33.56%
G=15.75%
B=50.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4923740.340.6900.71270.5952.5819.02
Hex31174A224504710f3513
Octal61271124210501074176523
Binary11000110111100101010001010001010100011110000111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31174A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31174A; }

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

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

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

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

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

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

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

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