Html Css Color HEX #211E23 Blackcurrant

📋 copy color: '#211E23'

red 33 ◦ green 30 ◦ blue 35

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

Shades of Blackcurrant #211E23

Tints of Blackcurrant #211E23

RGB

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

 GREEN value IS 30 (12.11% from 255) = 30.61%

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

R = 33.67%
G = 30.61%
B = 35.71%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#211E23 (or 0x211E23) is known color: Blackcurrant. HEX triplet: 21, 1E and 23. RGB value is (33,30,35). Sum of RGB (Red+Green+Blue) = 33+30+35=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 35 - color contains mainly: blue. Hex color #211E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E23 is #DEE1DC. Grayscale: #1F1F1F. Windows color (decimal): -14606813 or 2301473. OLE color: 2301473.

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

Color convert

RGB 33 30 35 -
CMYK 0.06 0.14 0 0.86
HSL 276º 0.08% 0.13% -
HSV(B) 276º 0.14% 0.14% -
XYZ 1.39 1.37 1.78 -
YUV 31.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 33 30 35 0.06 0.14 0 0.86 276 0.08 0.13
Hex 21 1E 23 6 E 0 56 114 8 D
Octal 41 36 43 6 16 0 126 424 10 15
Binary 100001 11110 100011 110 1110 0 1010110 100010100 1000 1101

Color Harmonies of #211E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E23

Black with #211E23

Text Example


Text Example

White with #211E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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