#201A23

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

Shades of Blackcurrant #201A23

Tints of Blackcurrant #201A23

Color information

#201A23 (or 0x201A23) is unknown color: approx Blackcurrant. HEX triplet: 20, 1A and 23. RGB value is (32,26,35). Sum of RGB (Red+Green+Blue) = 32+26+35=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 35 - color contains mainly: blue. Hex color #201A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A23 is #DFE5DC. Grayscale: #1C1C1C. Windows color (decimal): -14673373 or 2300448. OLE color: 2300448.

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

Color convert

RGB322635-
CMYK0.090.2600.86
HSL280º14.75%11.96%-
HSV(B)280º25.71%13.73%-
XYZ1.271.171.75-
YUV28.82131.49130.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.41%
GREEN value IS 26 (10.55% from 255) = 27.96%
BLUE value IS 35 (14.06% from 255) = 37.63%
R=34.41%
G=27.96%
B=37.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3226350.090.2600.8628014.7511.96
Hex201A2391A056118fc
Octal403243113201264301714
Binary100000110101000111001110100101011010001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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