#1D1224

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

Shades of Blackcurrant #1D1224

Tints of Blackcurrant #1D1224

Color information

#1D1224 (or 0x1D1224) is unknown color: approx Blackcurrant. HEX triplet: 1D, 12 and 24. RGB value is (29,18,36). Sum of RGB (Red+Green+Blue) = 29+18+36=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 36 (14.45% from 255 or 43.37% from 83); Max value from RGB is 36 - color contains mainly: blue. Hex color #1D1224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1224 is #E2EDDB. Grayscale: #171717. Windows color (decimal): -14872028 or 2363933. OLE color: 2363933.

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

Color convert

RGB291836-
CMYK0.190.500.86
HSL276.67º33.33%10.59%-
HSV(B)276.67º50%14.12%-
XYZ1.040.821.77-
YUV23.34135.14132.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.94%
GREEN value IS 18 (7.42% from 255) = 21.69%
BLUE value IS 36 (14.45% from 255) = 43.37%
R=34.94%
G=21.69%
B=43.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2918360.190.500.86276.6733.3310.59
Hex1D1224133205611521b
Octal352244236201264254113
Binary111011001010010010011110010010101101000101011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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