#1D1522

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

Shades of Blackcurrant #1D1522

Tints of Blackcurrant #1D1522

Color information

#1D1522 (or 0x1D1522) is unknown color: approx Blackcurrant. HEX triplet: 1D, 15 and 22. RGB value is (29,21,34). Sum of RGB (Red+Green+Blue) = 29+21+34=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 34 (13.67% from 255 or 40.48% from 84); Max value from RGB is 34 - color contains mainly: blue. Hex color #1D1522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1522 is #E2EADD. Grayscale: #181818. Windows color (decimal): -14871262 or 2233629. OLE color: 2233629.

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

Color convert

RGB292134-
CMYK0.150.3800.87
HSL276.92º23.64%10.78%-
HSV(B)276.92º38.24%13.33%-
XYZ1.060.911.63-
YUV24.87133.15130.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.52%
GREEN value IS 21 (8.59% from 255) = 25%
BLUE value IS 34 (13.67% from 255) = 40.48%
R=34.52%
G=25%
B=40.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2921340.150.3800.87276.9223.6410.78
Hex1D1522F2605711518b
Octal352542174601274253013
Binary1110110101100010111110011001010111100010101110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,21,34); }

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

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

 a { background-color: rgb(29,21,34); }

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

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

 span { border-color: rgb(29,21,34); }

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