#1D0029

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

Shades of Blackcurrant #1D0029

Tints of Blackcurrant #1D0029

Color information

#1D0029 (or 0x1D0029) is unknown color: approx Blackcurrant. HEX triplet: 1D, 00 and 29. RGB value is (29,0,41). Sum of RGB (Red+Green+Blue) = 29+0+41=70 (9% of max value = 765). Red value is 29 (11.72% from 255 or 41.43% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #1D0029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0029 is #E2FFD6. Grayscale: #0D0D0D. Windows color (decimal): -14876631 or 2687005. OLE color: 2687005.

HSL color Cylindrical-coordinate representation of color #1D0029: hue angle of 282.44º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0029 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB29041-
CMYK0.29100.84
HSL282.44º100%8.04%-
HSV(B)282.44º100%16.08%-
XYZ0.910.422.13-
YUV13.34143.61139.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 41.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 58.57%
R=41.43%
G=0%
B=58.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal290410.29100.84282.441008.04
Hex1D0291D6405411a648
Octal3505135144012443214410
Binary1110101010011110111001000101010010001101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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