#31073E

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

Shades of Blackcurrant #31073E

Tints of Blackcurrant #31073E

Color information

#31073E (or 0x31073E) is unknown color: approx Blackcurrant. HEX triplet: 31, 07 and 3E. RGB value is (49,7,62). Sum of RGB (Red+Green+Blue) = 49+7+62=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #31073E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31073E is #CEF8C1. Grayscale: #191919. Windows color (decimal): -13564098 or 4065073. OLE color: 4065073.

HSL color Cylindrical-coordinate representation of color #31073E: hue angle of 285.82º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31073E is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB49762-
CMYK0.210.8900.76
HSL285.82º79.71%13.53%-
HSV(B)285.82º88.71%24.31%-
XYZ2.211.154.66-
YUV25.83148.41144.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 7 (3.12% from 255) = 5.93%
BLUE value IS 62 (24.61% from 255) = 52.54%
R=41.53%
G=5.93%
B=52.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal497620.210.8900.76285.8279.7113.53
Hex3173E155904C11e50e
Octal6177625131011443612016
Binary1100011111111101010110110010100110010001111010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,7,62); }

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

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

 a { background-color: rgb(49,7,62); }

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

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

 span { border-color: rgb(49,7,62); }

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