#201323

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

Shades of Blackcurrant #201323

Tints of Blackcurrant #201323

Color information

#201323 (or 0x201323) is unknown color: approx Blackcurrant. HEX triplet: 20, 13 and 23. RGB value is (32,19,35). Sum of RGB (Red+Green+Blue) = 32+19+35=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 35 (14.06% from 255 or 40.70% from 86); Max value from RGB is 35 - color contains mainly: blue. Hex color #201323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201323 is #DFECDC. Grayscale: #181818. Windows color (decimal): -14675165 or 2298656. OLE color: 2298656.

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

Color convert

RGB321935-
CMYK0.090.4600.86
HSL288.75º29.63%10.59%-
HSV(B)288.75º45.71%13.73%-
XYZ1.130.891.7-
YUV24.71133.81133.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.21%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 35 (14.06% from 255) = 40.70%
R=37.21%
G=22.09%
B=40.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3219350.090.4600.86288.7529.6310.59
Hex20132392E0561211eb
Octal402343115601264413613
Binary10000010011100011100110111001010110100100001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201323; }

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

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

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

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

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

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

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

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