Html Css Color HEX #211B23 Blackcurrant

📋 copy color: '#211B23'

red 33 ◦ green 27 ◦ blue 35

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

Shades of Blackcurrant #211B23

Tints of Blackcurrant #211B23

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.42%

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

R = 34.74%
G = 28.42%
B = 36.84%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#211B23 (or 0x211B23) is known color: Blackcurrant. HEX triplet: 21, 1B and 23. RGB value is (33,27,35). Sum of RGB (Red+Green+Blue) = 33+27+35=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 35 (14.06% from 255 or 36.84% from 95); Max value from RGB is 35 - color contains mainly: blue. Hex color #211B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B23 is #DEE4DC. Grayscale: #1D1D1D. Windows color (decimal): -14607581 or 2300705. OLE color: 2300705.

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

Color convert

RGB 33 27 35 -
CMYK 0.06 0.23 0 0.86
HSL 285º 0.13% 0.12% -
HSV(B) 285º 0.23% 0.14% -
XYZ 1.32 1.23 1.76 -
YUV 29.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 33 27 35 0.06 0.23 0 0.86 285 0.13 0.12
Hex 21 1B 23 6 17 0 56 11D D C
Octal 41 33 43 6 27 0 126 435 15 14
Binary 100001 11011 100011 110 10111 0 1010110 100011101 1101 1100

Color Harmonies of #211B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211B23

Black with #211B23

Text Example


Text Example

White with #211B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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