#1D1820

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

Shades of Blackcurrant #1D1820

Tints of Blackcurrant #1D1820

Color information

#1D1820 (or 0x1D1820) is unknown color: approx Blackcurrant. HEX triplet: 1D, 18 and 20. RGB value is (29,24,32). Sum of RGB (Red+Green+Blue) = 29+24+32=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 32 - color contains mainly: blue. Hex color #1D1820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1820 is #E2E7DF. Grayscale: #1A1A1A. Windows color (decimal): -14870496 or 2103325. OLE color: 2103325.

HSL color Cylindrical-coordinate representation of color #1D1820: hue angle of 277.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1D1820 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB292432-
CMYK0.090.2500.87
HSL277.5º14.29%10.98%-
HSV(B)277.5º25%12.55%-
XYZ1.091.021.51-
YUV26.41131.16129.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.12%
GREEN value IS 24 (9.77% from 255) = 28.24%
BLUE value IS 32 (12.89% from 255) = 37.65%
R=34.12%
G=28.24%
B=37.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2924320.090.2500.87277.514.2910.98
Hex1D1820919057116eb
Octal353040113101274261613
Binary11101110001000001001110010101011110001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,24,32); }

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

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

 a { background-color: rgb(29,24,32); }

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

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

 span { border-color: rgb(29,24,32); }

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