#1D0328

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

Shades of Blackcurrant #1D0328

Tints of Blackcurrant #1D0328

Color information

#1D0328 (or 0x1D0328) is unknown color: approx Blackcurrant. HEX triplet: 1D, 03 and 28. RGB value is (29,3,40). Sum of RGB (Red+Green+Blue) = 29+3+40=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D0328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0328 is #E2FCD7. Grayscale: #0E0E0E. Windows color (decimal): -14875864 or 2622237. OLE color: 2622237.

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

Color convert

RGB29340-
CMYK0.280.9300.84
HSL282.16º86.05%8.43%-
HSV(B)282.16º92.5%15.69%-
XYZ0.920.482.05-
YUV14.99142.11137.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 40.28%
GREEN value IS 3 (1.56% from 255) = 4.17%
BLUE value IS 40 (16.02% from 255) = 55.56%
R=40.28%
G=4.17%
B=55.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal293400.280.9300.84282.1686.058.43
Hex1D3281C5D05411a568
Octal3535034135012443212610
Binary11101111010001110010111010101010010001101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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