#1F1528

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

Shades of Blackcurrant #1F1528

Tints of Blackcurrant #1F1528

Color information

#1F1528 (or 0x1F1528) is unknown color: approx Blackcurrant. HEX triplet: 1F, 15 and 28. RGB value is (31,21,40). Sum of RGB (Red+Green+Blue) = 31+21+40=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: blue. Hex color #1F1528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1528 is #E0EAD7. Grayscale: #1A1A1A. Windows color (decimal): -14740184 or 2626847. OLE color: 2626847.

HSL color Cylindrical-coordinate representation of color #1F1528: hue angle of 271.58º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F1528 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB312140-
CMYK0.220.4800.84
HSL271.58º31.15%11.96%-
HSV(B)271.58º47.5%15.69%-
XYZ1.220.982.13-
YUV26.16135.81131.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.70%
GREEN value IS 21 (8.59% from 255) = 22.83%
BLUE value IS 40 (16.02% from 255) = 43.48%
R=33.70%
G=22.83%
B=43.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3121400.220.4800.84271.5831.1511.96
Hex1F152816300541101fc
Octal372550266001244203714
Binary11111101011010001011011000001010100100010000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,21,40); }

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

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

 a { background-color: rgb(31,21,40); }

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

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

 span { border-color: rgb(31,21,40); }

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