#1F1728

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

Shades of Blackcurrant #1F1728

Tints of Blackcurrant #1F1728

Color information

#1F1728 (or 0x1F1728) is unknown color: approx Blackcurrant. HEX triplet: 1F, 17 and 28. RGB value is (31,23,40). Sum of RGB (Red+Green+Blue) = 31+23+40=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #1F1728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1728 is #E0E8D7. Grayscale: #1B1B1B. Windows color (decimal): -14739672 or 2627359. OLE color: 2627359.

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

Color convert

RGB312340-
CMYK0.220.4300.84
HSL268.24º26.98%12.35%-
HSV(B)268.24º42.5%15.69%-
XYZ1.251.062.15-
YUV27.33135.15130.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.98%
GREEN value IS 23 (9.38% from 255) = 24.47%
BLUE value IS 40 (16.02% from 255) = 42.55%
R=32.98%
G=24.47%
B=42.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3123400.220.4300.84268.2426.9812.35
Hex1F1728162B05410c1bc
Octal372750265301244143314
Binary11111101111010001011010101101010100100001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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