#201B23

Color #201B23 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #201B23

Tints of Blackcurrant #201B23

Color information

#201B23 (or 0x201B23) is unknown color: approx Blackcurrant. HEX triplet: 20, 1B and 23. RGB value is (32,27,35). Sum of RGB (Red+Green+Blue) = 32+27+35=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 35 - color contains mainly: blue. Hex color #201B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B23 is #DFE4DC. Grayscale: #1D1D1D. Windows color (decimal): -14673117 or 2300704. OLE color: 2300704.

HSL color Cylindrical-coordinate representation of color #201B23: hue angle of 277.5º 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 #201B23 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB322735-
CMYK0.090.2300.86
HSL277.5º12.9%12.16%-
HSV(B)277.5º22.86%13.73%-
XYZ1.291.211.76-
YUV29.41131.16129.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.04%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 35 (14.06% from 255) = 37.23%
R=34.04%
G=28.72%
B=37.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3227350.090.2300.86277.512.912.16
Hex201B23917056116dc
Octal403343112701264261514
Binary100000110111000111001101110101011010001011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #201B23;
 }
 .AnyTagClassName
 {
   color: #201B23;
 }
</style>
background-color css

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

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

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

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

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

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