#1F1624

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

Shades of Blackcurrant #1F1624

Tints of Blackcurrant #1F1624

Color information

#1F1624 (or 0x1F1624) is unknown color: approx Blackcurrant. HEX triplet: 1F, 16 and 24. RGB value is (31,22,36). Sum of RGB (Red+Green+Blue) = 31+22+36=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F1624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1624 is #E0E9DB. Grayscale: #1A1A1A. Windows color (decimal): -14739932 or 2364959. OLE color: 2364959.

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

Color convert

RGB312236-
CMYK0.140.3900.86
HSL278.57º24.14%11.37%-
HSV(B)278.57º38.89%14.12%-
XYZ1.170.991.8-
YUV26.29133.48131.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.83%
GREEN value IS 22 (8.98% from 255) = 24.72%
BLUE value IS 36 (14.45% from 255) = 40.45%
R=34.83%
G=24.72%
B=40.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3122360.140.3900.86278.5724.1411.37
Hex1F1624E2705611718b
Octal372644164701264273013
Binary1111110110100100111010011101010110100010111110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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