#1F1324

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

Shades of Blackcurrant #1F1324

Tints of Blackcurrant #1F1324

Color information

#1F1324 (or 0x1F1324) is unknown color: approx Blackcurrant. HEX triplet: 1F, 13 and 24. RGB value is (31,19,36). Sum of RGB (Red+Green+Blue) = 31+19+36=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 36 (14.45% from 255 or 41.86% from 86); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F1324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1324 is #E0ECDB. Grayscale: #181818. Windows color (decimal): -14740700 or 2364191. OLE color: 2364191.

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

Color convert

RGB311936-
CMYK0.140.4700.86
HSL282.35º30.91%10.78%-
HSV(B)282.35º47.22%14.12%-
XYZ1.120.881.78-
YUV24.53134.48132.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.05%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 36 (14.45% from 255) = 41.86%
R=36.05%
G=22.09%
B=41.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3119360.140.4700.86282.3530.9110.78
Hex1F1324E2F05611a1fb
Octal372344165701264323713
Binary1111110011100100111010111101010110100011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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