Html Css Color HEX #211C23 Blackcurrant

📋 copy color: '#211C23'

red 33 ◦ green 28 ◦ blue 35

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

Shades of Blackcurrant #211C23

Tints of Blackcurrant #211C23

RGB

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

 GREEN value IS 28 (11.33% from 255) = 29.17%

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

R = 34.38%
G = 29.17%
B = 36.46%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#211C23 (or 0x211C23) is known color: Blackcurrant. HEX triplet: 21, 1C and 23. RGB value is (33,28,35). Sum of RGB (Red+Green+Blue) = 33+28+35=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 35 - color contains mainly: blue. Hex color #211C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C23 is #DEE3DC. Grayscale: #1E1E1E. Windows color (decimal): -14607325 or 2300961. OLE color: 2300961.

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

Color convert

RGB 33 28 35 -
CMYK 0.06 0.20 0 0.86
HSL 282.86º 0.11% 0.12% -
HSV(B) 282.86º 0.2% 0.14% -
XYZ 1.35 1.28 1.77 -
YUV 30.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 33 28 35 0.06 0.20 0 0.86 282.86 0.11 0.12
Hex 21 1C 23 6 14 0 56 11B B C
Octal 41 34 43 6 24 0 126 433 13 14
Binary 100001 11100 100011 110 10100 0 1010110 100011011 1011 1100

Color Harmonies of #211C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C23

Black with #211C23

Text Example


Text Example

White with #211C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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