#201D23

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

Shades of Blackcurrant #201D23

Tints of Blackcurrant #201D23

Color information

#201D23 (or 0x201D23) is unknown color: approx Blackcurrant. HEX triplet: 20, 1D and 23. RGB value is (32,29,35). Sum of RGB (Red+Green+Blue) = 32+29+35=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 29 (11.72% from 255 or 30.21% 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 #201D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D23 is #DFE2DC. Grayscale: #1E1E1E. Windows color (decimal): -14672605 or 2301216. OLE color: 2301216.

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

Color convert

RGB322935-
CMYK0.090.1700.86
HSL270º9.38%12.55%-
HSV(B)270º17.14%13.73%-
XYZ1.341.311.77-
YUV30.58130.49129.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.33%
GREEN value IS 29 (11.72% from 255) = 30.21%
BLUE value IS 35 (14.06% from 255) = 36.46%
R=33.33%
G=30.21%
B=36.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3229350.090.1700.862709.3812.55
Hex201D2391105610e9d
Octal403543112101264161115
Binary100000111011000111001100010101011010000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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