Html Css Color HEX #201B26 Blackcurrant

📋 copy color: '#201B26'

red 32 ◦ green 27 ◦ blue 38

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

Shades of Blackcurrant #201B26

Tints of Blackcurrant #201B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 39.18%

R = 32.99%
G = 27.84%
B = 39.18%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#201B26 (or 0x201B26) is known color: Blackcurrant. HEX triplet: 20, 1B and 26. RGB value is (32,27,38). Sum of RGB (Red+Green+Blue) = 32+27+38=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 38 - color contains mainly: blue. Hex color #201B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B26 is #DFE4D9. Grayscale: #1D1D1D. Windows color (decimal): -14673114 or 2497312. OLE color: 2497312.

HSL color Cylindrical-coordinate representation of color #201B26: hue angle of 267.27º degrees, saturation: 0.17, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #201B26 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 27 38 -
CMYK 0.16 0.29 0 0.85
HSL 267.27º 0.17% 0.13% -
HSV(B) 267.27º 0.29% 0.15% -
XYZ 1.34 1.23 2 -
YUV 29.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 32 27 38 0.16 0.29 0 0.85 267.27 0.17 0.13
Hex 20 1B 26 10 1D 0 55 10B 11 D
Octal 40 33 46 20 35 0 125 413 21 15
Binary 100000 11011 100110 10000 11101 0 1010101 100001011 10001 1101

Color Harmonies of #201B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B26

Black with #201B26

Text Example


Text Example

White with #201B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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