#1D1324

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

Shades of Blackcurrant #1D1324

Tints of Blackcurrant #1D1324

Color information

#1D1324 (or 0x1D1324) is unknown color: approx Blackcurrant. HEX triplet: 1D, 13 and 24. RGB value is (29,19,36). Sum of RGB (Red+Green+Blue) = 29+19+36=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 36 - color contains mainly: blue. Hex color #1D1324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1324 is #E2ECDB. Grayscale: #171717. Windows color (decimal): -14871772 or 2364189. OLE color: 2364189.

HSL color Cylindrical-coordinate representation of color #1D1324: hue angle of 275.29º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D1324 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB291936-
CMYK0.190.4700.86
HSL275.29º30.91%10.78%-
HSV(B)275.29º47.22%14.12%-
XYZ1.060.851.78-
YUV23.93134.81131.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.52%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 36 (14.45% from 255) = 42.86%
R=34.52%
G=22.62%
B=42.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2919360.190.4700.86275.2930.9110.78
Hex1D1324132F0561131fb
Octal352344235701264233713
Binary11101100111001001001110111101010110100010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,19,36); }

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

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

 a { background-color: rgb(29,19,36); }

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

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

 span { border-color: rgb(29,19,36); }

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