#201923

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

Shades of Blackcurrant #201923

Tints of Blackcurrant #201923

Color information

#201923 (or 0x201923) is unknown color: approx Blackcurrant. HEX triplet: 20, 19 and 23. RGB value is (32,25,35). Sum of RGB (Red+Green+Blue) = 32+25+35=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 35 (14.06% from 255 or 38.04% from 92); Max value from RGB is 35 - color contains mainly: blue. Hex color #201923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201923 is #DFE6DC. Grayscale: #1C1C1C. Windows color (decimal): -14673629 or 2300192. OLE color: 2300192.

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

Color convert

RGB322535-
CMYK0.090.2900.86
HSL282º16.67%11.76%-
HSV(B)282º28.57%13.73%-
XYZ1.251.121.74-
YUV28.23131.82130.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.78%
GREEN value IS 25 (10.16% from 255) = 27.17%
BLUE value IS 35 (14.06% from 255) = 38.04%
R=34.78%
G=27.17%
B=38.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3225350.090.2900.8628216.6711.76
Hex20192391D05611a11c
Octal403143113501264322114
Binary1000001100110001110011110101010110100011010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201923; }

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

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

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

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

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

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

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

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