#201126

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

Shades of Blackcurrant #201126

Tints of Blackcurrant #201126

Color information

#201126 (or 0x201126) is unknown color: approx Blackcurrant. HEX triplet: 20, 11 and 26. RGB value is (32,17,38). Sum of RGB (Red+Green+Blue) = 32+17+38=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 38 (15.23% from 255 or 43.68% from 87); Max value from RGB is 38 - color contains mainly: blue. Hex color #201126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201126 is #DFEED9. Grayscale: #171717. Windows color (decimal): -14675674 or 2494752. OLE color: 2494752.

HSL color Cylindrical-coordinate representation of color #201126: hue angle of 282.86º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #201126 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB321738-
CMYK0.160.5500.85
HSL282.86º38.18%10.78%-
HSV(B)282.86º55.26%14.9%-
XYZ1.150.851.94-
YUV23.88135.97133.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 17 (7.03% from 255) = 19.54%
BLUE value IS 38 (15.23% from 255) = 43.68%
R=36.78%
G=19.54%
B=43.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3217380.160.5500.85282.8638.1810.78
Hex201126103705511b26b
Octal402146206701254334613
Binary1000001000110011010000110111010101011000110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201126; }

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

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

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

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

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

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

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

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