Html Css Color HEX #211929 Blackcurrant

📋 copy color: '#211929'

red 33 ◦ green 25 ◦ blue 41

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

Shades of Blackcurrant #211929

Tints of Blackcurrant #211929

RGB

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

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

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

R = 33.33%
G = 25.25%
B = 41.41%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#211929 (or 0x211929) is known color: Blackcurrant. HEX triplet: 21, 19 and 29. RGB value is (33,25,41). Sum of RGB (Red+Green+Blue) = 33+25+41=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 41 - color contains mainly: blue. Hex color #211929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211929 is #DEE6D6. Grayscale: #1D1D1D. Windows color (decimal): -14608087 or 2693409. OLE color: 2693409.

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

Color convert

RGB 33 25 41 -
CMYK 0.20 0.39 0 0.84
HSL 270º 0.24% 0.13% -
HSV(B) 270º 0.39% 0.16% -
XYZ 1.38 1.18 2.25 -
YUV 29.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 33 25 41 0.20 0.39 0 0.84 270 0.24 0.13
Hex 21 19 29 14 27 0 54 10E 18 D
Octal 41 31 51 24 47 0 124 416 30 15
Binary 100001 11001 101001 10100 100111 0 1010100 100001110 11000 1101

Color Harmonies of #211929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211929

Black with #211929

Text Example


Text Example

White with #211929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211929; }

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

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

background-color css

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

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

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

border-color css

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

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

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