#1D0526

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

Shades of Blackcurrant #1D0526

Tints of Blackcurrant #1D0526

Color information

#1D0526 (or 0x1D0526) is unknown color: approx Blackcurrant. HEX triplet: 1D, 05 and 26. RGB value is (29,5,38). Sum of RGB (Red+Green+Blue) = 29+5+38=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 38 (15.23% from 255 or 52.78% from 72); Max value from RGB is 38 - color contains mainly: blue. Hex color #1D0526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0526 is #E2FAD9. Grayscale: #0F0F0F. Windows color (decimal): -14875354 or 2491677. OLE color: 2491677.

HSL color Cylindrical-coordinate representation of color #1D0526: hue angle of 283.64º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D0526 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB29538-
CMYK0.240.8700.85
HSL283.64º76.74%8.43%-
HSV(B)283.64º86.84%14.9%-
XYZ0.910.511.88-
YUV15.94140.45137.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 40.28%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 38 (15.23% from 255) = 52.78%
R=40.28%
G=6.94%
B=52.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal295380.240.8700.85283.6476.748.43
Hex1D526185705511c4d8
Octal3554630127012543411510
Binary111011011001101100010101110101010110001110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,5,38); }

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

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

 a { background-color: rgb(29,5,38); }

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

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

 span { border-color: rgb(29,5,38); }

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