#1D0621

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

Shades of Blackcurrant #1D0621

Tints of Blackcurrant #1D0621

Color information

#1D0621 (or 0x1D0621) is unknown color: approx Blackcurrant. HEX triplet: 1D, 06 and 21. RGB value is (29,6,33). Sum of RGB (Red+Green+Blue) = 29+6+33=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: blue. Hex color #1D0621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0621 is #E2F9DE. Grayscale: #0F0F0F. Windows color (decimal): -14875103 or 2164253. OLE color: 2164253.

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

Color convert

RGB29633-
CMYK0.120.8200.87
HSL291.11º69.23%7.65%-
HSV(B)291.11º81.82%12.94%-
XYZ0.850.51.49-
YUV15.96137.62137.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 42.65%
GREEN value IS 6 (2.73% from 255) = 8.82%
BLUE value IS 33 (13.28% from 255) = 48.53%
R=42.65%
G=8.82%
B=48.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal296330.120.8200.87291.1169.237.65
Hex1D621C52057123458
Octal3564114122012744310510
Binary11101110100001110010100100101011110010001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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