#1D0D21

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

Shades of Blackcurrant #1D0D21

Tints of Blackcurrant #1D0D21

Color information

#1D0D21 (or 0x1D0D21) is unknown color: approx Blackcurrant. HEX triplet: 1D, 0D and 21. RGB value is (29,13,33). Sum of RGB (Red+Green+Blue) = 29+13+33=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 33 - color contains mainly: blue. Hex color #1D0D21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0D21 is #E2F2DE. Grayscale: #131313. Windows color (decimal): -14873311 or 2166045. OLE color: 2166045.

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

Color convert

RGB291333-
CMYK0.120.6100.87
HSL288º43.48%9.02%-
HSV(B)288º60.61%12.94%-
XYZ0.930.661.52-
YUV20.06135.3134.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.67%
GREEN value IS 13 (5.47% from 255) = 17.33%
BLUE value IS 33 (13.28% from 255) = 44%
R=38.67%
G=17.33%
B=44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2913330.120.6100.8728843.489.02
Hex1DD21C3D0571202b9
Octal351541147501274405311
Binary1110111011000011100111101010101111001000001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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