#201128

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

Shades of Blackcurrant #201128

Tints of Blackcurrant #201128

Color information

#201128 (or 0x201128) is unknown color: approx Blackcurrant. HEX triplet: 20, 11 and 28. RGB value is (32,17,40). Sum of RGB (Red+Green+Blue) = 32+17+40=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 40 - color contains mainly: blue. Hex color #201128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201128 is #DFEED7. Grayscale: #181818. Windows color (decimal): -14675672 or 2625824. OLE color: 2625824.

HSL color Cylindrical-coordinate representation of color #201128: hue angle of 279.13º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #201128 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB321740-
CMYK0.200.5700.84
HSL279.13º40.35%11.18%-
HSV(B)279.13º57.5%15.69%-
XYZ1.180.862.11-
YUV24.11136.97133.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.96%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 40 (16.02% from 255) = 44.94%
R=35.96%
G=19.10%
B=44.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3217400.200.5700.84279.1340.3511.18
Hex201128143905411728b
Octal402150247101244275013
Binary1000001000110100010100111001010101001000101111010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201128; }

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

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

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

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

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

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

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

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