#31064D

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

Shades of Blackcurrant #31064D

Tints of Blackcurrant #31064D

Color information

#31064D (or 0x31064D) is unknown color: approx Blackcurrant. HEX triplet: 31, 06 and 4D. RGB value is (49,6,77). Sum of RGB (Red+Green+Blue) = 49+6+77=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #31064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31064D is #CEF9B2. Grayscale: #1A1A1A. Windows color (decimal): -13564339 or 5047857. OLE color: 5047857.

HSL color Cylindrical-coordinate representation of color #31064D: hue angle of 276.34º degrees, saturation: 0.86, 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 #31064D is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB49677-
CMYK0.360.9200.70
HSL276.34º85.54%16.27%-
HSV(B)276.34º92.21%30.2%-
XYZ2.671.327.13-
YUV26.95156.25143.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 6 (2.73% from 255) = 4.55%
BLUE value IS 77 (30.47% from 255) = 58.33%
R=37.12%
G=4.55%
B=58.33%

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
Decimal496770.360.9200.70276.3485.5416.27
Hex3164D245C0461145610
Octal61611544134010642412620
Binary1100011101001101100100101110001000110100010100101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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