Html Css Color HEX #211926 Blackcurrant

📋 copy color: '#211926'

red 33 ◦ green 25 ◦ blue 38

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

Shades of Blackcurrant #211926

Tints of Blackcurrant #211926

RGB

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

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

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

R = 34.38%
G = 26.04%
B = 39.58%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211926 (or 0x211926) is known color: Blackcurrant. HEX triplet: 21, 19 and 26. RGB value is (33,25,38). Sum of RGB (Red+Green+Blue) = 33+25+38=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 38 - color contains mainly: blue. Hex color #211926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211926 is #DEE6D9. Grayscale: #1C1C1C. Windows color (decimal): -14608090 or 2496801. OLE color: 2496801.

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

Color convert

RGB 33 25 38 -
CMYK 0.13 0.34 0 0.85
HSL 276.92º 0.21% 0.12% -
HSV(B) 276.92º 0.34% 0.15% -
XYZ 1.32 1.16 1.99 -
YUV 28.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 33 25 38 0.13 0.34 0 0.85 276.92 0.21 0.12
Hex 21 19 26 D 22 0 55 115 15 C
Octal 41 31 46 15 42 0 125 425 25 14
Binary 100001 11001 100110 1101 100010 0 1010101 100010101 10101 1100

Color Harmonies of #211926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211926

Black with #211926

Text Example


Text Example

White with #211926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211926; }

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

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

background-color css

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

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

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

border-color css

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

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

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