Html Css Color HEX #211728 Blackcurrant

📋 copy color: '#211728'

red 33 ◦ green 23 ◦ blue 40

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

Shades of Blackcurrant #211728

Tints of Blackcurrant #211728

RGB

 RED value IS 33 (13.28% from 255) = 34.38%

 GREEN value IS 23 (9.38% from 255) = 23.96%

 BLUE value IS 40 (16.02% from 255) = 41.67%

R = 34.38%
G = 23.96%
B = 41.67%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#211728 (or 0x211728) is known color: Blackcurrant. HEX triplet: 21, 17 and 28. RGB value is (33,23,40). Sum of RGB (Red+Green+Blue) = 33+23+40=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 40 - color contains mainly: blue. Hex color #211728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211728 is #DEE8D7. Grayscale: #1B1B1B. Windows color (decimal): -14608600 or 2627361. OLE color: 2627361.

HSL color Cylindrical-coordinate representation of color #211728: hue angle of 275.29º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #211728 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 23 40 -
CMYK 0.17 0.43 0 0.84
HSL 275.29º 0.27% 0.12% -
HSV(B) 275.29º 0.43% 0.16% -
XYZ 1.32 1.09 2.15 -
YUV 27.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 33 23 40 0.17 0.43 0 0.84 275.29 0.27 0.12
Hex 21 17 28 11 2B 0 54 113 1B C
Octal 41 27 50 21 53 0 124 423 33 14
Binary 100001 10111 101000 10001 101011 0 1010100 100010011 11011 1100

Color Harmonies of #211728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211728

Black with #211728

Text Example


Text Example

White with #211728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211728; }

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

 H1.HeaderClassName
 {
   color: #211728;
 }
 .AnyTagClassName
 {
   color: #211728;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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