#201132

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

Shades of Blackcurrant #201132

Tints of Blackcurrant #201132

Color information

#201132 (or 0x201132) is unknown color: approx Blackcurrant. HEX triplet: 20, 11 and 32. RGB value is (32,17,50). Sum of RGB (Red+Green+Blue) = 32+17+50=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #201132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201132 is #DFEECD. Grayscale: #191919. Windows color (decimal): -14675662 or 3281184. OLE color: 3281184.

HSL color Cylindrical-coordinate representation of color #201132: hue angle of 267.27º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #201132 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB321750-
CMYK0.360.6600.80
HSL267.27º49.25%13.14%-
HSV(B)267.27º66%19.61%-
XYZ1.370.943.13-
YUV25.25141.97132.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.32%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 50 (19.92% from 255) = 50.51%
R=32.32%
G=17.17%
B=50.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3217500.360.6600.80267.2749.2513.14
Hex201132244205010b31d
Octal4021624410201204136115
Binary100000100011100101001001000010010100001000010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201132; }

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

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

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

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

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

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

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

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