#1D0F20

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

Shades of Blackcurrant #1D0F20

Tints of Blackcurrant #1D0F20

Color information

#1D0F20 (or 0x1D0F20) is unknown color: approx Blackcurrant. HEX triplet: 1D, 0F and 20. RGB value is (29,15,32). Sum of RGB (Red+Green+Blue) = 29+15+32=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 32 - color contains mainly: blue. Hex color #1D0F20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0F20 is #E2F0DF. Grayscale: #151515. Windows color (decimal): -14872800 or 2101021. OLE color: 2101021.

HSL color Cylindrical-coordinate representation of color #1D0F20: hue angle of 289.41º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1D0F20 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB291532-
CMYK0.090.5300.87
HSL289.41º36.17%9.22%-
HSV(B)289.41º53.12%12.55%-
XYZ0.940.711.45-
YUV21.12134.14133.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.16%
GREEN value IS 15 (6.25% from 255) = 19.74%
BLUE value IS 32 (12.89% from 255) = 42.11%
R=38.16%
G=19.74%
B=42.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2915320.090.5300.87289.4136.179.22
Hex1DF20935057121249
Octal351740116501274414411
Binary1110111111000001001110101010101111001000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,15,32); }

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

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

 a { background-color: rgb(29,15,32); }

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

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

 span { border-color: rgb(29,15,32); }

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