#31034F

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

Shades of Blackcurrant #31034F

Tints of Blackcurrant #31034F

Color information

#31034F (or 0x31034F) is unknown color: approx Blackcurrant. HEX triplet: 31, 03 and 4F. RGB value is (49,3,79). Sum of RGB (Red+Green+Blue) = 49+3+79=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 79 (31.25% from 255 or 60.31% from 131); Max value from RGB is 79 - color contains mainly: blue. Hex color #31034F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31034F is #CEFCB0. Grayscale: #191919. Windows color (decimal): -13565105 or 5178161. OLE color: 5178161.

HSL color Cylindrical-coordinate representation of color #31034F: hue angle of 276.32º 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 #31034F is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB49379-
CMYK0.380.9600.69
HSL276.32º92.68%16.08%-
HSV(B)276.32º96.2%30.98%-
XYZ2.711.287.5-
YUV25.42158.24144.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 79 (31.25% from 255) = 60.31%
R=37.40%
G=2.29%
B=60.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal493790.380.9600.69276.3292.6816.08
Hex3134F26600451145d10
Octal61311746140010542413520
Binary110001111001111100110110000001000101100010100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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