Html Css Color HEX #211724 Blackcurrant

📋 copy color: '#211724'

red 33 ◦ green 23 ◦ blue 36

#211724
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #211724

Tints of Blackcurrant #211724

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 value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#211724 (or 0x211724) is known color: 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

RGB 33 23 36 -
CMYK 0.08 0.36 0 0.86
HSL 286.15º 0.22% 0.12% -
HSV(B) 286.15º 0.36% 0.14% -
XYZ 1.25 1.06 1.81 -
YUV 27.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 33 23 36 0.08 0.36 0 0.86 286.15 0.22 0.12
Hex 21 17 24 8 24 0 56 11E 16 C
Octal 41 27 44 10 44 0 126 436 26 14
Binary 100001 10111 100100 1000 100100 0 1010110 100011110 10110 1100

Color Harmonies of #211724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211724

Black with #211724

Text Example


Text Example

White with #211724

Text Example


Text Example

HTML Codes & Css Web 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>