#211A24

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

Shades of Blackcurrant #211A24

Tints of Blackcurrant #211A24

Color information

#211A24 (or 0x211A24) is unknown color: approx Blackcurrant. HEX triplet: 21, 1A and 24. RGB value is (33,26,36). Sum of RGB (Red+Green+Blue) = 33+26+36=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 36 - color contains mainly: blue. Hex color #211A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A24 is #DEE5DB. Grayscale: #1D1D1D. Windows color (decimal): -14607836 or 2365985. OLE color: 2365985.

HSL color Cylindrical-coordinate representation of color #211A24: hue angle of 282º degrees, saturation: 0.16, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #211A24 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB332636-
CMYK0.080.2800.86
HSL282º16.13%12.16%-
HSV(B)282º27.78%14.12%-
XYZ1.321.191.83-
YUV29.23131.82130.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 26 (10.55% from 255) = 27.37%
BLUE value IS 36 (14.45% from 255) = 37.89%
R=34.74%
G=27.37%
B=37.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3326360.080.2800.8628216.1312.16
Hex211A2481C05611a10c
Octal413244103401264322014
Binary1000011101010010010001110001010110100011010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211A24; }

 p { color: rgb(33,26,36); }

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

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

 a { background-color: rgb(33,26,36); }

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

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

 span { border-color: rgb(33,26,36); }

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