#1D0021

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

Shades of Blackcurrant #1D0021

Tints of Blackcurrant #1D0021

Color information

#1D0021 (or 0x1D0021) is unknown color: approx Blackcurrant. HEX triplet: 1D, 00 and 21. RGB value is (29,0,33). Sum of RGB (Red+Green+Blue) = 29+0+33=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 33 (13.28% from 255 or 53.23% from 62); Max value from RGB is 33 - color contains mainly: blue. Hex color #1D0021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0021 is #E2FFDE. Grayscale: #0C0C0C. Windows color (decimal): -14876639 or 2162717. OLE color: 2162717.

HSL color Cylindrical-coordinate representation of color #1D0021: hue angle of 292.73º 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 #1D0021 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB29033-
CMYK0.12100.87
HSL292.73º100%6.47%-
HSV(B)292.73º100%12.94%-
XYZ0.780.371.47-
YUV12.43139.61139.82-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 53.23%
R=46.77%
G=0%
B=53.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal290330.12100.87292.731006.47
Hex1D021C64057125646
Octal350411414401274451446
Binary11101010000111001100100010101111001001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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