Html Css Color HEX #211828 Blackcurrant

📋 copy color: '#211828'

red 33 ◦ green 24 ◦ blue 40

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

Shades of Blackcurrant #211828

Tints of Blackcurrant #211828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

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

R = 34.02%
G = 24.74%
B = 41.24%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#211828 (or 0x211828) is known color: Blackcurrant. HEX triplet: 21, 18 and 28. RGB value is (33,24,40). Sum of RGB (Red+Green+Blue) = 33+24+40=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 40 - color contains mainly: blue. Hex color #211828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211828 is #DEE7D7. Grayscale: #1C1C1C. Windows color (decimal): -14608344 or 2627617. OLE color: 2627617.

HSL color Cylindrical-coordinate representation of color #211828: hue angle of 273.75º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #211828 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 24 40 -
CMYK 0.17 0.40 0 0.84
HSL 273.75º 0.25% 0.13% -
HSV(B) 273.75º 0.4% 0.16% -
XYZ 1.34 1.13 2.16 -
YUV 28.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 33 24 40 0.17 0.40 0 0.84 273.75 0.25 0.13
Hex 21 18 28 11 28 0 54 112 19 D
Octal 41 30 50 21 50 0 124 422 31 15
Binary 100001 11000 101000 10001 101000 0 1010100 100010010 11001 1101

Color Harmonies of #211828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211828

Black with #211828

Text Example


Text Example

White with #211828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211828; }

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

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

background-color css

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

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

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

border-color css

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

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

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