#1D141F

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

Shades of Blackcurrant #1D141F

Tints of Blackcurrant #1D141F

Color information

#1D141F (or 0x1D141F) is unknown color: approx Blackcurrant. HEX triplet: 1D, 14 and 1F. RGB value is (29,20,31). Sum of RGB (Red+Green+Blue) = 29+20+31=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D141F is #E2EBE0. Grayscale: #171717. Windows color (decimal): -14871521 or 2036765. OLE color: 2036765.

HSL color Cylindrical-coordinate representation of color #1D141F: hue angle of 289.09º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1D141F is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB292031-
CMYK0.060.3500.88
HSL289.09º21.57%10%-
HSV(B)289.09º35.48%12.16%-
XYZ10.861.41-
YUV23.94131.98131.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.25%
GREEN value IS 20 (8.20% from 255) = 25%
BLUE value IS 31 (12.5% from 255) = 38.75%
R=36.25%
G=25%
B=38.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2920310.060.3500.88289.0921.5710
Hex1D141F62305812116a
Octal35243764301304412612
Binary11101101001111111010001101011000100100001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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