#1D1323

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

Shades of Blackcurrant #1D1323

Tints of Blackcurrant #1D1323

Color information

#1D1323 (or 0x1D1323) is unknown color: approx Blackcurrant. HEX triplet: 1D, 13 and 23. RGB value is (29,19,35). Sum of RGB (Red+Green+Blue) = 29+19+35=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 35 (14.06% from 255 or 42.17% from 83); Max value from RGB is 35 - color contains mainly: blue. Hex color #1D1323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1323 is #E2ECDC. Grayscale: #171717. Windows color (decimal): -14871773 or 2298653. OLE color: 2298653.

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

Color convert

RGB291935-
CMYK0.170.4600.86
HSL277.5º29.63%10.59%-
HSV(B)277.5º45.71%13.73%-
XYZ1.040.851.7-
YUV23.81134.31131.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.94%
GREEN value IS 19 (7.81% from 255) = 22.89%
BLUE value IS 35 (14.06% from 255) = 42.17%
R=34.94%
G=22.89%
B=42.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2919350.170.4600.86277.529.6310.59
Hex1D1323112E0561161eb
Octal352343215601264263613
Binary11101100111000111000110111001010110100010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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