Html Css Color HEX #211D26 Blackcurrant

📋 copy color: '#211D26'

red 33 ◦ green 29 ◦ blue 38

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

Shades of Blackcurrant #211D26

Tints of Blackcurrant #211D26

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29%

 BLUE value IS 38 (15.23% from 255) = 38%

R = 33%
G = 29%
B = 38%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211D26 (or 0x211D26) is known color: Blackcurrant. HEX triplet: 21, 1D and 26. RGB value is (33,29,38). Sum of RGB (Red+Green+Blue) = 33+29+38=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 38 (15.23% from 255 or 38% from 100); Max value from RGB is 38 - color contains mainly: blue. Hex color #211D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D26 is #DEE2D9. Grayscale: #1F1F1F. Windows color (decimal): -14607066 or 2497825. OLE color: 2497825.

HSL color Cylindrical-coordinate representation of color #211D26: hue angle of 266.67º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #211D26 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 29 38 -
CMYK 0.13 0.24 0 0.85
HSL 266.67º 0.13% 0.13% -
HSV(B) 266.67º 0.24% 0.15% -
XYZ 1.42 1.34 2.02 -
YUV 31.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 33 29 38 0.13 0.24 0 0.85 266.67 0.13 0.13
Hex 21 1D 26 D 18 0 55 10B D D
Octal 41 35 46 15 30 0 125 413 15 15
Binary 100001 11101 100110 1101 11000 0 1010101 100001011 1101 1101

Color Harmonies of #211D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211D26

Black with #211D26

Text Example


Text Example

White with #211D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211D26; }

 p { color: rgb(33,29,38); }

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

background-color css

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

 a { background-color: rgb(33,29,38); }

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

border-color css

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

 span { border-color: rgb(33,29,38); }

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