#201123

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

Shades of Blackcurrant #201123

Tints of Blackcurrant #201123

Color information

#201123 (or 0x201123) is unknown color: approx Blackcurrant. HEX triplet: 20, 11 and 23. RGB value is (32,17,35). Sum of RGB (Red+Green+Blue) = 32+17+35=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 35 - color contains mainly: blue. Hex color #201123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201123 is #DFEEDC. Grayscale: #171717. Windows color (decimal): -14675677 or 2298144. OLE color: 2298144.

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

Color convert

RGB321735-
CMYK0.090.5100.86
HSL290º34.62%10.2%-
HSV(B)290º51.43%13.73%-
XYZ1.10.831.69-
YUV23.54134.47134.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.10%
GREEN value IS 17 (7.03% from 255) = 20.24%
BLUE value IS 35 (14.06% from 255) = 41.67%
R=38.10%
G=20.24%
B=41.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3217350.090.5100.8629034.6210.2
Hex20112393305612223a
Octal402143116301264424312
Binary100000100011000111001110011010101101001000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201123; }

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

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

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

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

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

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

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

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