#1D0329

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

Shades of Blackcurrant #1D0329

Tints of Blackcurrant #1D0329

Color information

#1D0329 (or 0x1D0329) is unknown color: approx Blackcurrant. HEX triplet: 1D, 03 and 29. RGB value is (29,3,41). Sum of RGB (Red+Green+Blue) = 29+3+41=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 41 (16.41% from 255 or 56.16% from 73); Max value from RGB is 41 - color contains mainly: blue. Hex color #1D0329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0329 is #E2FCD6. Grayscale: #0E0E0E. Windows color (decimal): -14875863 or 2687773. OLE color: 2687773.

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

Color convert

RGB29341-
CMYK0.290.9300.84
HSL281.05º86.36%8.63%-
HSV(B)281.05º92.68%16.08%-
XYZ0.940.492.14-
YUV15.11142.61137.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.73%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 41 (16.41% from 255) = 56.16%
R=39.73%
G=4.11%
B=56.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal293410.290.9300.84281.0586.368.63
Hex1D3291D5D054119569
Octal3535135135012443112611
Binary11101111010011110110111010101010010001100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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