#1D1824

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

Shades of Blackcurrant #1D1824

Tints of Blackcurrant #1D1824

Color information

#1D1824 (or 0x1D1824) is unknown color: approx Blackcurrant. HEX triplet: 1D, 18 and 24. RGB value is (29,24,36). Sum of RGB (Red+Green+Blue) = 29+24+36=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 36 - color contains mainly: blue. Hex color #1D1824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1824 is #E2E7DB. Grayscale: #1A1A1A. Windows color (decimal): -14870492 or 2365469. OLE color: 2365469.

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

Color convert

RGB292436-
CMYK0.190.3300.86
HSL265º20%11.76%-
HSV(B)265º33.33%14.12%-
XYZ1.151.041.81-
YUV26.86133.16129.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.58%
GREEN value IS 24 (9.77% from 255) = 26.97%
BLUE value IS 36 (14.45% from 255) = 40.45%
R=32.58%
G=26.97%
B=40.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2924360.190.3300.862652011.76
Hex1D1824132105610914c
Octal353044234101264112414
Binary11101110001001001001110000101010110100001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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