Html Css Color HEX #211329 Blackcurrant

📋 copy color: '#211329'

red 33 ◦ green 19 ◦ blue 41

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

Shades of Blackcurrant #211329

Tints of Blackcurrant #211329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.43%

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

R = 35.48%
G = 20.43%
B = 44.09%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#211329 (or 0x211329) is known color: Blackcurrant. HEX triplet: 21, 13 and 29. RGB value is (33,19,41). Sum of RGB (Red+Green+Blue) = 33+19+41=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 41 - color contains mainly: blue. Hex color #211329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211329 is #DEECD6. Grayscale: #191919. Windows color (decimal): -14609623 or 2691873. OLE color: 2691873.

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

Color convert

RGB 33 19 41 -
CMYK 0.20 0.54 0 0.84
HSL 278.18º 0.37% 0.12% -
HSV(B) 278.18º 0.54% 0.16% -
XYZ 1.26 0.95 2.21 -
YUV 25.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 33 19 41 0.20 0.54 0 0.84 278.18 0.37 0.12
Hex 21 13 29 14 36 0 54 116 25 C
Octal 41 23 51 24 66 0 124 426 45 14
Binary 100001 10011 101001 10100 110110 0 1010100 100010110 100101 1100

Color Harmonies of #211329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211329

Black with #211329

Text Example


Text Example

White with #211329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211329; }

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

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

background-color css

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

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

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

border-color css

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

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

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