#1D1028

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

Shades of Blackcurrant #1D1028

Tints of Blackcurrant #1D1028

Color information

#1D1028 (or 0x1D1028) is unknown color: approx Blackcurrant. HEX triplet: 1D, 10 and 28. RGB value is (29,16,40). Sum of RGB (Red+Green+Blue) = 29+16+40=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D1028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1028 is #E2EFD7. Grayscale: #161616. Windows color (decimal): -14872536 or 2625565. OLE color: 2625565.

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

Color convert

RGB291640-
CMYK0.280.6000.84
HSL272.5º42.86%10.98%-
HSV(B)272.5º60%15.69%-
XYZ1.070.782.1-
YUV22.62137.81132.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.12%
GREEN value IS 16 (6.64% from 255) = 18.82%
BLUE value IS 40 (16.02% from 255) = 47.06%
R=34.12%
G=18.82%
B=47.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2916400.280.6000.84272.542.8610.98
Hex1D10281C3C0541102bb
Octal352050347401244205313
Binary111011000010100011100111100010101001000100001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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