Html Css Color HEX #211829 Blackcurrant

📋 copy color: '#211829'

red 33 ◦ green 24 ◦ blue 41

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

Shades of Blackcurrant #211829

Tints of Blackcurrant #211829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 41.84%

R = 33.67%
G = 24.49%
B = 41.84%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#211829 (or 0x211829) is known color: Blackcurrant. HEX triplet: 21, 18 and 29. RGB value is (33,24,41). Sum of RGB (Red+Green+Blue) = 33+24+41=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 41 - color contains mainly: blue. Hex color #211829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211829 is #DEE7D6. Grayscale: #1C1C1C. Windows color (decimal): -14608343 or 2693153. OLE color: 2693153.

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

Color convert

RGB 33 24 41 -
CMYK 0.20 0.41 0 0.84
HSL 271.76º 0.26% 0.13% -
HSV(B) 271.76º 0.41% 0.16% -
XYZ 1.35 1.14 2.25 -
YUV 28.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 33 24 41 0.20 0.41 0 0.84 271.76 0.26 0.13
Hex 21 18 29 14 29 0 54 110 1A D
Octal 41 30 51 24 51 0 124 420 32 15
Binary 100001 11000 101001 10100 101001 0 1010100 100010000 11010 1101

Color Harmonies of #211829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211829

Black with #211829

Text Example


Text Example

White with #211829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211829; }

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

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

background-color css

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

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

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

border-color css

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

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

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