#201138

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

Shades of Blackcurrant #201138

Tints of Blackcurrant #201138

Color information

#201138 (or 0x201138) is unknown color: approx Blackcurrant. HEX triplet: 20, 11 and 38. RGB value is (32,17,56). Sum of RGB (Red+Green+Blue) = 32+17+56=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #201138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201138 is #DFEEC7. Grayscale: #191919. Windows color (decimal): -14675656 or 3674400. OLE color: 3674400.

HSL color Cylindrical-coordinate representation of color #201138: hue angle of 263.08º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #201138 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB321756-
CMYK0.430.7000.78
HSL263.08º53.42%14.31%-
HSV(B)263.08º69.64%21.96%-
XYZ1.510.993.85-
YUV25.93144.97132.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.48%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 56 (22.27% from 255) = 53.33%
R=30.48%
G=16.19%
B=53.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3217560.430.7000.78263.0853.4214.31
Hex2011382B4604E10735e
Octal4021705310601164076516
Binary100000100011110001010111000110010011101000001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201138; }

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

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

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

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

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

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

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

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