#1D1020

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

Shades of Blackcurrant #1D1020

Tints of Blackcurrant #1D1020

Color information

#1D1020 (or 0x1D1020) is unknown color: approx Blackcurrant. HEX triplet: 1D, 10 and 20. RGB value is (29,16,32). Sum of RGB (Red+Green+Blue) = 29+16+32=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 32 (12.89% from 255 or 41.56% from 77); Max value from RGB is 32 - color contains mainly: blue. Hex color #1D1020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1020 is #E2EFDF. Grayscale: #151515. Windows color (decimal): -14872544 or 2101277. OLE color: 2101277.

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

Color convert

RGB291632-
CMYK0.090.500.87
HSL288.75º33.33%9.41%-
HSV(B)288.75º50%12.55%-
XYZ0.950.741.46-
YUV21.71133.81133.2-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.66%
GREEN value IS 16 (6.64% from 255) = 20.78%
BLUE value IS 32 (12.89% from 255) = 41.56%
R=37.66%
G=20.78%
B=41.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2916320.090.500.87288.7533.339.41
Hex1D1020932057121219
Octal352040116201274414111
Binary11101100001000001001110010010101111001000011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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