#1D1328

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

Shades of Blackcurrant #1D1328

Tints of Blackcurrant #1D1328

Color information

#1D1328 (or 0x1D1328) is unknown color: approx Blackcurrant. HEX triplet: 1D, 13 and 28. RGB value is (29,19,40). Sum of RGB (Red+Green+Blue) = 29+19+40=88 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.95% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D1328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1328 is #E2ECD7. Grayscale: #181818. Windows color (decimal): -14871768 or 2626333. OLE color: 2626333.

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

Color convert

RGB291940-
CMYK0.280.5200.84
HSL268.57º35.59%11.57%-
HSV(B)268.57º52.5%15.69%-
XYZ1.120.882.12-
YUV24.38136.81131.29-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.95%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 40 (16.02% from 255) = 45.45%
R=32.95%
G=21.59%
B=45.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2919400.280.5200.84268.5735.5911.57
Hex1D13281C3405410d24c
Octal352350346401244154414
Binary111011001110100011100110100010101001000011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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