Html Css Color HEX #211628 Blackcurrant

📋 copy color: '#211628'

red 33 ◦ green 22 ◦ blue 40

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

Shades of Blackcurrant #211628

Tints of Blackcurrant #211628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.16%

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

R = 34.74%
G = 23.16%
B = 42.11%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#211628 (or 0x211628) is known color: Blackcurrant. HEX triplet: 21, 16 and 28. RGB value is (33,22,40). Sum of RGB (Red+Green+Blue) = 33+22+40=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 40 - color contains mainly: blue. Hex color #211628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211628 is #DEE9D7. Grayscale: #1B1B1B. Windows color (decimal): -14608856 or 2627105. OLE color: 2627105.

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

Color convert

RGB 33 22 40 -
CMYK 0.17 0.45 0 0.84
HSL 276.67º 0.29% 0.12% -
HSV(B) 276.67º 0.45% 0.16% -
XYZ 1.3 1.05 2.14 -
YUV 27.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 33 22 40 0.17 0.45 0 0.84 276.67 0.29 0.12
Hex 21 16 28 11 2D 0 54 115 1D C
Octal 41 26 50 21 55 0 124 425 35 14
Binary 100001 10110 101000 10001 101101 0 1010100 100010101 11101 1100

Color Harmonies of #211628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211628

Black with #211628

Text Example


Text Example

White with #211628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211628; }

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

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

background-color css

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

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

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

border-color css

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

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

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