Html Css Color HEX #211A23 Blackcurrant

📋 copy color: '#211A23'

red 33 ◦ green 26 ◦ blue 35

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

Shades of Blackcurrant #211A23

Tints of Blackcurrant #211A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 37.23%

R = 35.11%
G = 27.66%
B = 37.23%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#211A23 (or 0x211A23) is known color: Blackcurrant. HEX triplet: 21, 1A and 23. RGB value is (33,26,35). Sum of RGB (Red+Green+Blue) = 33+26+35=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 35 - color contains mainly: blue. Hex color #211A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A23 is #DEE5DC. Grayscale: #1D1D1D. Windows color (decimal): -14607837 or 2300449. OLE color: 2300449.

HSL color Cylindrical-coordinate representation of color #211A23: hue angle of 286.67º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #211A23 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 26 35 -
CMYK 0.06 0.26 0 0.86
HSL 286.67º 0.15% 0.12% -
HSV(B) 286.67º 0.26% 0.14% -
XYZ 1.3 1.18 1.75 -
YUV 29.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 33 26 35 0.06 0.26 0 0.86 286.67 0.15 0.12
Hex 21 1A 23 6 1A 0 56 11F F C
Octal 41 32 43 6 32 0 126 437 17 14
Binary 100001 11010 100011 110 11010 0 1010110 100011111 1111 1100

Color Harmonies of #211A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A23

Black with #211A23

Text Example


Text Example

White with #211A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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