#31034E

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

Shades of Blackcurrant #31034E

Tints of Blackcurrant #31034E

Color information

#31034E (or 0x31034E) is unknown color: approx Blackcurrant. HEX triplet: 31, 03 and 4E. RGB value is (49,3,78). Sum of RGB (Red+Green+Blue) = 49+3+78=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #31034E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31034E is #CEFCB1. Grayscale: #191919. Windows color (decimal): -13565106 or 5112625. OLE color: 5112625.

HSL color Cylindrical-coordinate representation of color #31034E: hue angle of 276.8º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31034E is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB49378-
CMYK0.370.9600.69
HSL276.8º92.59%15.88%-
HSV(B)276.8º96.15%30.59%-
XYZ2.671.277.31-
YUV25.3157.74144.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 78 (30.86% from 255) = 60%
R=37.69%
G=2.31%
B=60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal493780.370.9600.69276.892.5915.88
Hex3134E25600451155d10
Octal61311645140010542513520
Binary110001111001110100101110000001000101100010101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31034E; }

 p { color: rgb(49,3,78); }

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

<style>
 a { background-color: #31034E; }

 a { background-color: rgb(49,3,78); }

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

<style>
 span { border-color: #31034E; }

 span { border-color: rgb(49,3,78); }

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