#1F1629

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

Shades of Blackcurrant #1F1629

Tints of Blackcurrant #1F1629

Color information

#1F1629 (or 0x1F1629) is unknown color: approx Blackcurrant. HEX triplet: 1F, 16 and 29. RGB value is (31,22,41). Sum of RGB (Red+Green+Blue) = 31+22+41=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 41 - color contains mainly: blue. Hex color #1F1629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1629 is #E0E9D6. Grayscale: #1A1A1A. Windows color (decimal): -14739927 or 2692639. OLE color: 2692639.

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

Color convert

RGB312241-
CMYK0.240.4600.84
HSL268.42º30.16%12.35%-
HSV(B)268.42º46.34%16.08%-
XYZ1.251.032.23-
YUV26.86135.98130.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.98%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 41 (16.41% from 255) = 43.62%
R=32.98%
G=23.40%
B=43.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3122410.240.4600.84268.4230.1612.35
Hex1F1629182E05410c1ec
Octal372651305601244143614
Binary11111101101010011100010111001010100100001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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