Html Css Color HEX #211529 Blackcurrant

📋 copy color: '#211529'

red 33 ◦ green 21 ◦ blue 41

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

Shades of Blackcurrant #211529

Tints of Blackcurrant #211529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.11%

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

R = 34.74%
G = 22.11%
B = 43.16%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#211529 (or 0x211529) is known color: Blackcurrant. HEX triplet: 21, 15 and 29. RGB value is (33,21,41). Sum of RGB (Red+Green+Blue) = 33+21+41=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 41 - color contains mainly: blue. Hex color #211529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211529 is #DEEAD6. Grayscale: #1A1A1A. Windows color (decimal): -14609111 or 2692385. OLE color: 2692385.

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

Color convert

RGB 33 21 41 -
CMYK 0.20 0.49 0 0.84
HSL 276º 0.32% 0.12% -
HSV(B) 276º 0.49% 0.16% -
XYZ 1.3 1.02 2.23 -
YUV 26.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 33 21 41 0.20 0.49 0 0.84 276 0.32 0.12
Hex 21 15 29 14 31 0 54 114 20 C
Octal 41 25 51 24 61 0 124 424 40 14
Binary 100001 10101 101001 10100 110001 0 1010100 100010100 100000 1100

Color Harmonies of #211529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211529

Black with #211529

Text Example


Text Example

White with #211529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211529; }

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

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

background-color css

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

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

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

border-color css

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

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

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