#211524

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

Shades of Blackcurrant #211524

Tints of Blackcurrant #211524

Color information

#211524 (or 0x211524) is unknown color: approx Blackcurrant. HEX triplet: 21, 15 and 24. RGB value is (33,21,36). Sum of RGB (Red+Green+Blue) = 33+21+36=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 36 - color contains mainly: blue. Hex color #211524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211524 is #DEEADB. Grayscale: #1A1A1A. Windows color (decimal): -14609116 or 2364705. OLE color: 2364705.

HSL color Cylindrical-coordinate representation of color #211524: hue angle of 288º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #211524 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB332136-
CMYK0.080.4200.86
HSL288º26.32%11.18%-
HSV(B)288º41.67%14.12%-
XYZ1.210.991.8-
YUV26.3133.48132.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 21 (8.59% from 255) = 23.33%
BLUE value IS 36 (14.45% from 255) = 40%
R=36.67%
G=23.33%
B=40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3321360.080.4200.8628826.3211.18
Hex21152482A0561201ab
Octal412544105201264403213
Binary10000110101100100100010101001010110100100000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211524; }

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

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

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

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

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

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

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

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