#201423

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

Shades of Blackcurrant #201423

Tints of Blackcurrant #201423

Color information

#201423 (or 0x201423) is unknown color: approx Blackcurrant. HEX triplet: 20, 14 and 23. RGB value is (32,20,35). Sum of RGB (Red+Green+Blue) = 32+20+35=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 35 - color contains mainly: blue. Hex color #201423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201423 is #DFEBDC. Grayscale: #191919. Windows color (decimal): -14674909 or 2298912. OLE color: 2298912.

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

Color convert

RGB322035-
CMYK0.090.4300.86
HSL288º27.27%10.78%-
HSV(B)288º42.86%13.73%-
XYZ1.150.931.71-
YUV25.3133.48132.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 20 (8.20% from 255) = 22.99%
BLUE value IS 35 (14.06% from 255) = 40.23%
R=36.78%
G=22.99%
B=40.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3220350.090.4300.8628827.2710.78
Hex20142392B0561201bb
Octal402443115301264403313
Binary10000010100100011100110101101010110100100000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201423; }

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

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

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

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

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

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

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

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