Html Css Color HEX #211A26 Blackcurrant

📋 copy color: '#211A26'

red 33 ◦ green 26 ◦ blue 38

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

Shades of Blackcurrant #211A26

Tints of Blackcurrant #211A26

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.8%

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

R = 34.02%
G = 26.8%
B = 39.18%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211A26 (or 0x211A26) is known color: Blackcurrant. HEX triplet: 21, 1A and 26. RGB value is (33,26,38). Sum of RGB (Red+Green+Blue) = 33+26+38=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 38 - color contains mainly: blue. Hex color #211A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A26 is #DEE5D9. Grayscale: #1D1D1D. Windows color (decimal): -14607834 or 2497057. OLE color: 2497057.

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

Color convert

RGB 33 26 38 -
CMYK 0.13 0.32 0 0.85
HSL 275º 0.19% 0.13% -
HSV(B) 275º 0.32% 0.15% -
XYZ 1.35 1.2 1.99 -
YUV 29.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 33 26 38 0.13 0.32 0 0.85 275 0.19 0.13
Hex 21 1A 26 D 20 0 55 113 13 D
Octal 41 32 46 15 40 0 125 423 23 15
Binary 100001 11010 100110 1101 100000 0 1010101 100010011 10011 1101

Color Harmonies of #211A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A26

Black with #211A26

Text Example


Text Example

White with #211A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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