#1D1921

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

Shades of Blackcurrant #1D1921

Tints of Blackcurrant #1D1921

Color information

#1D1921 (or 0x1D1921) is unknown color: approx Blackcurrant. HEX triplet: 1D, 19 and 21. RGB value is (29,25,33). Sum of RGB (Red+Green+Blue) = 29+25+33=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 33 - color contains mainly: blue. Hex color #1D1921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1921 is #E2E6DE. Grayscale: #1B1B1B. Windows color (decimal): -14870239 or 2169117. OLE color: 2169117.

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

Color convert

RGB292533-
CMYK0.120.2400.87
HSL270º13.79%11.37%-
HSV(B)270º24.24%12.94%-
XYZ1.131.071.59-
YUV27.11131.33129.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 33.33%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=33.33%
G=28.74%
B=37.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2925330.120.2400.8727013.7911.37
Hex1D1921C1805710eeb
Octal353141143001274161613
Binary11101110011000011100110000101011110000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,25,33); }

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

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

 a { background-color: rgb(29,25,33); }

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

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

 span { border-color: rgb(29,25,33); }

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