#1F0425

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

Shades of Blackcurrant #1F0425

Tints of Blackcurrant #1F0425

Color information

#1F0425 (or 0x1F0425) is unknown color: approx Blackcurrant. HEX triplet: 1F, 04 and 25. RGB value is (31,4,37). Sum of RGB (Red+Green+Blue) = 31+4+37=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F0425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0425 is #E0FBDA. Grayscale: #0F0F0F. Windows color (decimal): -14744539 or 2425887. OLE color: 2425887.

HSL color Cylindrical-coordinate representation of color #1F0425: hue angle of 289.09º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F0425 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB31437-
CMYK0.160.8900.85
HSL289.09º80.49%8.04%-
HSV(B)289.09º89.19%14.51%-
XYZ0.940.511.8-
YUV15.84139.95138.82-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.06%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 37 (14.84% from 255) = 51.39%
R=43.06%
G=5.56%
B=51.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal314370.160.8900.85289.0980.498.04
Hex1F4251059055121508
Octal3744520131012544112010
Binary111111001001011000010110010101010110010000110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F0425; }

 p { color: rgb(31,4,37); }

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

<style>
 a { background-color: #1F0425; }

 a { background-color: rgb(31,4,37); }

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

<style>
 span { border-color: #1F0425; }

 span { border-color: rgb(31,4,37); }

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