#1D0120

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

Shades of Blackcurrant #1D0120

Tints of Blackcurrant #1D0120

Color information

#1D0120 (or 0x1D0120) is unknown color: approx Blackcurrant. HEX triplet: 1D, 01 and 20. RGB value is (29,1,32). Sum of RGB (Red+Green+Blue) = 29+1+32=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 32 (12.89% from 255 or 51.61% from 62); Max value from RGB is 32 - color contains mainly: blue. Hex color #1D0120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0120 is #E2FEDF. Grayscale: #0C0C0C. Windows color (decimal): -14876384 or 2097437. OLE color: 2097437.

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

Color convert

RGB29132-
CMYK0.090.9700.87
HSL294.19º93.94%6.47%-
HSV(B)294.19º96.88%12.55%-
XYZ0.780.391.4-
YUV12.91138.78139.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.77%
GREEN value IS 1 (0.78% from 255) = 1.61%
BLUE value IS 32 (12.89% from 255) = 51.61%
R=46.77%
G=1.61%
B=51.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal291320.090.9700.87294.1993.946.47
Hex1D1209610571265e6
Octal351401114101274461366
Binary11101110000010011100001010101111001001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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