Html Css Color HEX #201B22 Blackcurrant

📋 copy color: '#201B22'

red 32 ◦ green 27 ◦ blue 34

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

Shades of Blackcurrant #201B22

Tints of Blackcurrant #201B22

RGB

 RED value IS 32 (12.89% from 255) = 34.41%

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

 BLUE value IS 34 (13.67% from 255) = 36.56%

R = 34.41%
G = 29.03%
B = 36.56%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#201B22 (or 0x201B22) is known color: Blackcurrant. HEX triplet: 20, 1B and 22. RGB value is (32,27,34). Sum of RGB (Red+Green+Blue) = 32+27+34=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 34 (13.67% from 255 or 36.56% from 93); Max value from RGB is 34 - color contains mainly: blue. Hex color #201B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B22 is #DFE4DD. Grayscale: #1D1D1D. Windows color (decimal): -14673118 or 2235168. OLE color: 2235168.

HSL color Cylindrical-coordinate representation of color #201B22: hue angle of 282.86º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #201B22 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 27 34 -
CMYK 0.06 0.21 0 0.87
HSL 282.86º 0.11% 0.12% -
HSV(B) 282.86º 0.21% 0.13% -
XYZ 1.28 1.21 1.68 -
YUV 29.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 32 27 34 0.06 0.21 0 0.87 282.86 0.11 0.12
Hex 20 1B 22 6 15 0 57 11B B C
Octal 40 33 42 6 25 0 127 433 13 14
Binary 100000 11011 100010 110 10101 0 1010111 100011011 1011 1100

Color Harmonies of #201B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B22

Black with #201B22

Text Example


Text Example

White with #201B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201B22; }

 p { color: rgb(32,27,34); }

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

background-color css

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

 a { background-color: rgb(32,27,34); }

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

border-color css

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

 span { border-color: rgb(32,27,34); }

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