#211829

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

Shades of Blackcurrant #211829

Tints of Blackcurrant #211829

Color information

#211829 (or 0x211829) is unknown color: approx Blackcurrant. HEX triplet: 21, 18 and 29. RGB value is (33,24,41). Sum of RGB (Red+Green+Blue) = 33+24+41=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 41 - color contains mainly: blue. Hex color #211829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211829 is #DEE7D6. Grayscale: #1C1C1C. Windows color (decimal): -14608343 or 2693153. OLE color: 2693153.

HSL color Cylindrical-coordinate representation of color #211829: hue angle of 271.76º 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 #211829 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB332441-
CMYK0.200.4100.84
HSL271.76º26.15%12.75%-
HSV(B)271.76º41.46%16.08%-
XYZ1.351.142.25-
YUV28.63134.98131.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.67%
GREEN value IS 24 (9.77% from 255) = 24.49%
BLUE value IS 41 (16.41% from 255) = 41.84%
R=33.67%
G=24.49%
B=41.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3324410.200.4100.84271.7626.1512.75
Hex21182914290541101ad
Octal413051245101244203215
Binary100001110001010011010010100101010100100010000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211829; }

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

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

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

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

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

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

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

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