#211724

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

Shades of Blackcurrant #211724

Tints of Blackcurrant #211724

Color information

#211724 (or 0x211724) is unknown color: approx Blackcurrant. HEX triplet: 21, 17 and 24. RGB value is (33,23,36). Sum of RGB (Red+Green+Blue) = 33+23+36=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 36 - color contains mainly: blue. Hex color #211724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211724 is #DEE8DB. Grayscale: #1B1B1B. Windows color (decimal): -14608604 or 2365217. OLE color: 2365217.

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

Color convert

RGB332336-
CMYK0.080.3600.86
HSL286.15º22.03%11.57%-
HSV(B)286.15º36.11%14.12%-
XYZ1.251.061.81-
YUV27.47132.81131.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 23 (9.38% from 255) = 25%
BLUE value IS 36 (14.45% from 255) = 39.13%
R=35.87%
G=25%
B=39.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3323360.080.3600.86286.1522.0311.57
Hex21172482405611e16c
Octal412744104401264362614
Binary10000110111100100100010010001010110100011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211724; }

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

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

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

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

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

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

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

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