#31044F

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

Shades of Blackcurrant #31044F

Tints of Blackcurrant #31044F

Color information

#31044F (or 0x31044F) is unknown color: approx Blackcurrant. HEX triplet: 31, 04 and 4F. RGB value is (49,4,79). Sum of RGB (Red+Green+Blue) = 49+4+79=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 79 (31.25% from 255 or 59.85% from 132); Max value from RGB is 79 - color contains mainly: blue. Hex color #31044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31044F is #CEFBB0. Grayscale: #191919. Windows color (decimal): -13564849 or 5178417. OLE color: 5178417.

HSL color Cylindrical-coordinate representation of color #31044F: hue angle of 276º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31044F is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB49479-
CMYK0.380.9500.69
HSL276º90.36%16.27%-
HSV(B)276º94.94%30.98%-
XYZ2.721.37.51-
YUV26157.91144.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 79 (31.25% from 255) = 59.85%
R=37.12%
G=3.03%
B=59.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal494790.380.9500.6927690.3616.27
Hex3144F265F0451145a10
Octal61411746137010542413220
Binary1100011001001111100110101111101000101100010100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31044F; }

 p { color: rgb(49,4,79); }

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

<style>
 a { background-color: #31044F; }

 a { background-color: rgb(49,4,79); }

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

<style>
 span { border-color: #31044F; }

 span { border-color: rgb(49,4,79); }

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