#1D0220

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

Shades of Blackcurrant #1D0220

Tints of Blackcurrant #1D0220

Color information

#1D0220 (or 0x1D0220) is unknown color: approx Blackcurrant. HEX triplet: 1D, 02 and 20. RGB value is (29,2,32). Sum of RGB (Red+Green+Blue) = 29+2+32=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 32 (12.89% from 255 or 50.79% from 63); Max value from RGB is 32 - color contains mainly: blue. Hex color #1D0220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0220 is #E2FDDF. Grayscale: #0D0D0D. Windows color (decimal): -14876128 or 2097693. OLE color: 2097693.

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

Color convert

RGB29232-
CMYK0.090.9400.87
HSL294º88.24%6.67%-
HSV(B)294º93.75%12.55%-
XYZ0.790.411.4-
YUV13.49138.45139.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.03%
GREEN value IS 2 (1.17% from 255) = 3.17%
BLUE value IS 32 (12.89% from 255) = 50.79%
R=46.03%
G=3.17%
B=50.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal292320.090.9400.8729488.246.67
Hex1D22095E057126587
Octal352401113601274461307
Binary111011010000010011011110010101111001001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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