#201829

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

Shades of Blackcurrant #201829

Tints of Blackcurrant #201829

Color information

#201829 (or 0x201829) is unknown color: approx Blackcurrant. HEX triplet: 20, 18 and 29. RGB value is (32,24,41). Sum of RGB (Red+Green+Blue) = 32+24+41=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 41 - color contains mainly: blue. Hex color #201829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201829 is #DFE7D6. Grayscale: #1C1C1C. Windows color (decimal): -14673879 or 2693152. OLE color: 2693152.

HSL color Cylindrical-coordinate representation of color #201829: hue angle of 268.24º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #201829 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB322441-
CMYK0.220.4100.84
HSL268.24º26.15%12.75%-
HSV(B)268.24º41.46%16.08%-
XYZ1.321.122.24-
YUV28.33135.15130.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.99%
GREEN value IS 24 (9.77% from 255) = 24.74%
BLUE value IS 41 (16.41% from 255) = 42.27%
R=32.99%
G=24.74%
B=42.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3224410.220.4100.84268.2426.1512.75
Hex201829162905410c1ad
Octal403051265101244143215
Binary100000110001010011011010100101010100100001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201829; }

 p { color: rgb(32,24,41); }

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

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

 a { background-color: rgb(32,24,41); }

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

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

 span { border-color: rgb(32,24,41); }

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