Html Css Color HEX #211726 Blackcurrant

📋 copy color: '#211726'

red 33 ◦ green 23 ◦ blue 38

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

Shades of Blackcurrant #211726

Tints of Blackcurrant #211726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.47%

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

R = 35.11%
G = 24.47%
B = 40.43%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211726 (or 0x211726) is known color: Blackcurrant. HEX triplet: 21, 17 and 26. RGB value is (33,23,38). Sum of RGB (Red+Green+Blue) = 33+23+38=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 38 - color contains mainly: blue. Hex color #211726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211726 is #DEE8D9. Grayscale: #1B1B1B. Windows color (decimal): -14608602 or 2496289. OLE color: 2496289.

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

Color convert

RGB 33 23 38 -
CMYK 0.13 0.39 0 0.85
HSL 280º 0.25% 0.12% -
HSV(B) 280º 0.39% 0.15% -
XYZ 1.28 1.08 1.97 -
YUV 27.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 33 23 38 0.13 0.39 0 0.85 280 0.25 0.12
Hex 21 17 26 D 27 0 55 118 19 C
Octal 41 27 46 15 47 0 125 430 31 14
Binary 100001 10111 100110 1101 100111 0 1010101 100011000 11001 1100

Color Harmonies of #211726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211726

Black with #211726

Text Example


Text Example

White with #211726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211726; }

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

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

background-color css

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

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

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

border-color css

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

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

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