#1F1024

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

Shades of Blackcurrant #1F1024

Tints of Blackcurrant #1F1024

Color information

#1F1024 (or 0x1F1024) is unknown color: approx Blackcurrant. HEX triplet: 1F, 10 and 24. RGB value is (31,16,36). Sum of RGB (Red+Green+Blue) = 31+16+36=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 36 (14.45% from 255 or 43.37% from 83); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F1024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1024 is #E0EFDB. Grayscale: #161616. Windows color (decimal): -14741468 or 2363423. OLE color: 2363423.

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

Color convert

RGB311636-
CMYK0.140.5600.86
HSL285º38.46%10.2%-
HSV(B)285º55.56%14.12%-
XYZ1.070.791.77-
YUV22.76135.47133.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.35%
GREEN value IS 16 (6.64% from 255) = 19.28%
BLUE value IS 36 (14.45% from 255) = 43.37%
R=37.35%
G=19.28%
B=43.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3116360.140.5600.8628538.4610.2
Hex1F1024E3805611d26a
Octal372044167001264354612
Binary11111100001001001110111000010101101000111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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