#31014D

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

Shades of Blackcurrant #31014D

Tints of Blackcurrant #31014D

Color information

#31014D (or 0x31014D) is unknown color: approx Blackcurrant. HEX triplet: 31, 01 and 4D. RGB value is (49,1,77). Sum of RGB (Red+Green+Blue) = 49+1+77=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #31014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31014D is #CEFEB2. Grayscale: #171717. Windows color (decimal): -13565619 or 5046577. OLE color: 5046577.

HSL color Cylindrical-coordinate representation of color #31014D: hue angle of 277.89º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31014D is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB49177-
CMYK0.360.9900.70
HSL277.89º97.44%15.29%-
HSV(B)277.89º98.7%30.2%-
XYZ2.621.217.12-
YUV24.02157.9145.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 77 (30.47% from 255) = 60.63%
R=38.58%
G=0.79%
B=60.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal491770.360.9900.70277.8997.4415.29
Hex3114D246304611661f
Octal61111544143010642614117
Binary1100011100110110010011000110100011010001011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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