#1F0424

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

Shades of Blackcurrant #1F0424

Tints of Blackcurrant #1F0424

Color information

#1F0424 (or 0x1F0424) is unknown color: approx Blackcurrant. HEX triplet: 1F, 04 and 24. RGB value is (31,4,36). Sum of RGB (Red+Green+Blue) = 31+4+36=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 36 (14.45% from 255 or 50.70% from 71); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F0424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0424 is #E0FBDB. Grayscale: #0F0F0F. Windows color (decimal): -14744540 or 2360351. OLE color: 2360351.

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

Color convert

RGB31436-
CMYK0.140.8900.86
HSL290.62º80%7.84%-
HSV(B)290.62º88.89%14.12%-
XYZ0.930.511.72-
YUV15.72139.45138.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.66%
GREEN value IS 4 (1.95% from 255) = 5.63%
BLUE value IS 36 (14.45% from 255) = 50.70%
R=43.66%
G=5.63%
B=50.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal314360.140.8900.86290.62807.84
Hex1F424E59056123508
Octal3744416131012644312010
Binary11111100100100111010110010101011010010001110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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