#1F1429

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

Shades of Blackcurrant #1F1429

Tints of Blackcurrant #1F1429

Color information

#1F1429 (or 0x1F1429) is unknown color: approx Blackcurrant. HEX triplet: 1F, 14 and 29. RGB value is (31,20,41). Sum of RGB (Red+Green+Blue) = 31+20+41=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 41 - color contains mainly: blue. Hex color #1F1429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1429 is #E0EBD6. Grayscale: #191919. Windows color (decimal): -14740439 or 2692127. OLE color: 2692127.

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

Color convert

RGB312041-
CMYK0.240.5100.84
HSL271.43º34.43%11.96%-
HSV(B)271.43º51.22%16.08%-
XYZ1.220.952.22-
YUV25.68136.64131.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.70%
GREEN value IS 20 (8.20% from 255) = 21.74%
BLUE value IS 41 (16.41% from 255) = 44.57%
R=33.70%
G=21.74%
B=44.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3120410.240.5100.84271.4334.4311.96
Hex1F1429183305410f22c
Octal372451306301244174214
Binary111111010010100111000110011010101001000011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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