#1F1424

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

Shades of Blackcurrant #1F1424

Tints of Blackcurrant #1F1424

Color information

#1F1424 (or 0x1F1424) is unknown color: approx Blackcurrant. HEX triplet: 1F, 14 and 24. RGB value is (31,20,36). Sum of RGB (Red+Green+Blue) = 31+20+36=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 36 (14.45% from 255 or 41.38% from 87); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F1424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1424 is #E0EBDB. Grayscale: #191919. Windows color (decimal): -14740444 or 2364447. OLE color: 2364447.

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

Color convert

RGB312036-
CMYK0.140.4400.86
HSL281.25º28.57%10.98%-
HSV(B)281.25º44.44%14.12%-
XYZ1.130.921.79-
YUV25.11134.14132.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.63%
GREEN value IS 20 (8.20% from 255) = 22.99%
BLUE value IS 36 (14.45% from 255) = 41.38%
R=35.63%
G=22.99%
B=41.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3120360.140.4400.86281.2528.5710.98
Hex1F1424E2C0561191db
Octal372444165401264313513
Binary1111110100100100111010110001010110100011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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