#1D1024

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

Shades of Blackcurrant #1D1024

Tints of Blackcurrant #1D1024

Color information

#1D1024 (or 0x1D1024) is unknown color: approx Blackcurrant. HEX triplet: 1D, 10 and 24. RGB value is (29,16,36). Sum of RGB (Red+Green+Blue) = 29+16+36=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 36 (14.45% from 255 or 44.44% from 81); Max value from RGB is 36 - color contains mainly: blue. Hex color #1D1024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1024 is #E2EFDB. Grayscale: #161616. Windows color (decimal): -14872540 or 2363421. OLE color: 2363421.

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

Color convert

RGB291636-
CMYK0.190.5600.86
HSL279º38.46%10.2%-
HSV(B)279º55.56%14.12%-
XYZ1.010.761.76-
YUV22.17135.81132.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.80%
GREEN value IS 16 (6.64% from 255) = 19.75%
BLUE value IS 36 (14.45% from 255) = 44.44%
R=35.80%
G=19.75%
B=44.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2916360.190.5600.8627938.4610.2
Hex1D1024133805611726a
Octal352044237001264274612
Binary111011000010010010011111000010101101000101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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