Html Css Color HEX #211928 Blackcurrant

📋 copy color: '#211928'

red 33 ◦ green 25 ◦ blue 40

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

Shades of Blackcurrant #211928

Tints of Blackcurrant #211928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.51%

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

R = 33.67%
G = 25.51%
B = 40.82%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#211928 (or 0x211928) is known color: Blackcurrant. HEX triplet: 21, 19 and 28. RGB value is (33,25,40). Sum of RGB (Red+Green+Blue) = 33+25+40=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 40 - color contains mainly: blue. Hex color #211928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211928 is #DEE6D7. Grayscale: #1D1D1D. Windows color (decimal): -14608088 or 2627873. OLE color: 2627873.

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

Color convert

RGB 33 25 40 -
CMYK 0.17 0.38 0 0.84
HSL 272º 0.23% 0.13% -
HSV(B) 272º 0.38% 0.16% -
XYZ 1.36 1.17 2.16 -
YUV 29.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 33 25 40 0.17 0.38 0 0.84 272 0.23 0.13
Hex 21 19 28 11 26 0 54 110 17 D
Octal 41 31 50 21 46 0 124 420 27 15
Binary 100001 11001 101000 10001 100110 0 1010100 100010000 10111 1101

Color Harmonies of #211928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211928

Black with #211928

Text Example


Text Example

White with #211928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211928; }

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

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

background-color css

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

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

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

border-color css

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

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

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