#1D0829

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

Shades of Blackcurrant #1D0829

Tints of Blackcurrant #1D0829

Color information

#1D0829 (or 0x1D0829) is unknown color: approx Blackcurrant. HEX triplet: 1D, 08 and 29. RGB value is (29,8,41). Sum of RGB (Red+Green+Blue) = 29+8+41=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #1D0829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0829 is #E2F7D6. Grayscale: #111111. Windows color (decimal): -14874583 or 2689053. OLE color: 2689053.

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

Color convert

RGB29841-
CMYK0.290.8000.84
HSL278.18º67.35%9.61%-
HSV(B)278.18º80.49%16.08%-
XYZ0.990.592.16-
YUV18.04140.96135.82-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.18%
GREEN value IS 8 (3.52% from 255) = 10.26%
BLUE value IS 41 (16.41% from 255) = 52.56%
R=37.18%
G=10.26%
B=52.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal298410.290.8000.84278.1867.359.61
Hex1D8291D5005411643a
Octal35105135120012442610312
Binary1110110001010011110110100000101010010001011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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