#1F1829

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

Shades of Blackcurrant #1F1829

Tints of Blackcurrant #1F1829

Color information

#1F1829 (or 0x1F1829) is unknown color: approx Blackcurrant. HEX triplet: 1F, 18 and 29. RGB value is (31,24,41). Sum of RGB (Red+Green+Blue) = 31+24+41=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 41 - color contains mainly: blue. Hex color #1F1829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1829 is #E0E7D6. Grayscale: #1B1B1B. Windows color (decimal): -14739415 or 2693151. OLE color: 2693151.

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

Color convert

RGB312441-
CMYK0.240.4100.84
HSL264.71º26.15%12.75%-
HSV(B)264.71º41.46%16.08%-
XYZ1.291.12.24-
YUV28.03135.32130.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.29%
GREEN value IS 24 (9.77% from 255) = 25%
BLUE value IS 41 (16.41% from 255) = 42.71%
R=32.29%
G=25%
B=42.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3124410.240.4100.84264.7126.1512.75
Hex1F182918290541091ad
Octal373051305101244113215
Binary11111110001010011100010100101010100100001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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