#31064C

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

Shades of Blackcurrant #31064C

Tints of Blackcurrant #31064C

Color information

#31064C (or 0x31064C) is unknown color: approx Blackcurrant. HEX triplet: 31, 06 and 4C. RGB value is (49,6,76). Sum of RGB (Red+Green+Blue) = 49+6+76=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #31064C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31064C is #CEF9B3. Grayscale: #1A1A1A. Windows color (decimal): -13564340 or 4982321. OLE color: 4982321.

HSL color Cylindrical-coordinate representation of color #31064C: hue angle of 276.86º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31064C is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB49676-
CMYK0.360.9200.70
HSL276.86º85.37%16.08%-
HSV(B)276.86º92.11%29.8%-
XYZ2.641.316.95-
YUV26.84155.75143.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 6 (2.73% from 255) = 4.58%
BLUE value IS 76 (30.08% from 255) = 58.02%
R=37.40%
G=4.58%
B=58.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal496760.360.9200.70276.8685.3716.08
Hex3164C245C0461155510
Octal61611444134010642512520
Binary1100011101001100100100101110001000110100010101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,6,76); }

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

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

 a { background-color: rgb(49,6,76); }

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

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

 span { border-color: rgb(49,6,76); }

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