#1D0020

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

Shades of Blackcurrant #1D0020

Tints of Blackcurrant #1D0020

Color information

#1D0020 (or 0x1D0020) is unknown color: approx Blackcurrant. HEX triplet: 1D, 00 and 20. RGB value is (29,0,32). Sum of RGB (Red+Green+Blue) = 29+0+32=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 32 (12.89% from 255 or 52.46% from 61); Max value from RGB is 32 - color contains mainly: blue. Hex color #1D0020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0020 is #E2FFDF. Grayscale: #0C0C0C. Windows color (decimal): -14876640 or 2097181. OLE color: 2097181.

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

Color convert

RGB29032-
CMYK0.09100.87
HSL294.38º100%6.27%-
HSV(B)294.38º100%12.55%-
XYZ0.770.371.4-
YUV12.32139.11139.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 47.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 52.46%
R=47.54%
G=0%
B=52.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal290320.09100.87294.381006.27
Hex1D020964057126646
Octal350401114401274461446
Binary11101010000010011100100010101111001001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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