Html Css Color HEX #211626 Blackcurrant

📋 copy color: '#211626'

red 33 ◦ green 22 ◦ blue 38

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

Shades of Blackcurrant #211626

Tints of Blackcurrant #211626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.66%

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

R = 35.48%
G = 23.66%
B = 40.86%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211626 (or 0x211626) is known color: Blackcurrant. HEX triplet: 21, 16 and 26. RGB value is (33,22,38). Sum of RGB (Red+Green+Blue) = 33+22+38=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 38 - color contains mainly: blue. Hex color #211626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211626 is #DEE9D9. Grayscale: #1B1B1B. Windows color (decimal): -14608858 or 2496033. OLE color: 2496033.

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

Color convert

RGB 33 22 38 -
CMYK 0.13 0.42 0 0.85
HSL 281.25º 0.27% 0.12% -
HSV(B) 281.25º 0.42% 0.15% -
XYZ 1.26 1.04 1.97 -
YUV 27.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 33 22 38 0.13 0.42 0 0.85 281.25 0.27 0.12
Hex 21 16 26 D 2A 0 55 119 1B C
Octal 41 26 46 15 52 0 125 431 33 14
Binary 100001 10110 100110 1101 101010 0 1010101 100011001 11011 1100

Color Harmonies of #211626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211626

Black with #211626

Text Example


Text Example

White with #211626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211626; }

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

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

background-color css

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

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

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

border-color css

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

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

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