#1D1128

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

Shades of Blackcurrant #1D1128

Tints of Blackcurrant #1D1128

Color information

#1D1128 (or 0x1D1128) is unknown color: approx Blackcurrant. HEX triplet: 1D, 11 and 28. RGB value is (29,17,40). Sum of RGB (Red+Green+Blue) = 29+17+40=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D1128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1128 is #E2EED7. Grayscale: #171717. Windows color (decimal): -14872280 or 2625821. OLE color: 2625821.

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

Color convert

RGB291740-
CMYK0.280.5700.84
HSL271.3º40.35%11.18%-
HSV(B)271.3º57.5%15.69%-
XYZ1.090.822.11-
YUV23.21137.48132.13-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 33.72%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 40 (16.02% from 255) = 46.51%
R=33.72%
G=19.77%
B=46.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2917400.280.5700.84271.340.3511.18
Hex1D11281C3905410f28b
Octal352150347101244175013
Binary111011000110100011100111001010101001000011111010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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