#1F1824

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

Shades of Blackcurrant #1F1824

Tints of Blackcurrant #1F1824

Color information

#1F1824 (or 0x1F1824) is unknown color: approx Blackcurrant. HEX triplet: 1F, 18 and 24. RGB value is (31,24,36). Sum of RGB (Red+Green+Blue) = 31+24+36=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F1824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1824 is #E0E7DB. Grayscale: #1B1B1B. Windows color (decimal): -14739420 or 2365471. OLE color: 2365471.

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

Color convert

RGB312436-
CMYK0.140.3300.86
HSL275º20%11.76%-
HSV(B)275º33.33%14.12%-
XYZ1.211.071.81-
YUV27.46132.82130.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.07%
GREEN value IS 24 (9.77% from 255) = 26.37%
BLUE value IS 36 (14.45% from 255) = 39.56%
R=34.07%
G=26.37%
B=39.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3124360.140.3300.862752011.76
Hex1F1824E2105611314c
Octal373044164101264232414
Binary1111111000100100111010000101010110100010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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