#1F1729

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

Shades of Blackcurrant #1F1729

Tints of Blackcurrant #1F1729

Color information

#1F1729 (or 0x1F1729) is unknown color: approx Blackcurrant. HEX triplet: 1F, 17 and 29. RGB value is (31,23,41). Sum of RGB (Red+Green+Blue) = 31+23+41=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 41 - color contains mainly: blue. Hex color #1F1729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1729 is #E0E8D6. Grayscale: #1B1B1B. Windows color (decimal): -14739671 or 2692895. OLE color: 2692895.

HSL color Cylindrical-coordinate representation of color #1F1729: hue angle of 266.67º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1F1729 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB312341-
CMYK0.240.4400.84
HSL266.67º28.12%12.55%-
HSV(B)266.67º43.9%16.08%-
XYZ1.271.062.24-
YUV27.44135.65130.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.63%
GREEN value IS 23 (9.38% from 255) = 24.21%
BLUE value IS 41 (16.41% from 255) = 43.16%
R=32.63%
G=24.21%
B=43.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3123410.240.4400.84266.6728.1212.55
Hex1F1729182C05410b1cd
Octal372751305401244133415
Binary11111101111010011100010110001010100100001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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