#201127

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

Shades of Blackcurrant #201127

Tints of Blackcurrant #201127

Color information

#201127 (or 0x201127) is unknown color: approx Blackcurrant. HEX triplet: 20, 11 and 27. RGB value is (32,17,39). Sum of RGB (Red+Green+Blue) = 32+17+39=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 39 - color contains mainly: blue. Hex color #201127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201127 is #DFEED8. Grayscale: #171717. Windows color (decimal): -14675673 or 2560288. OLE color: 2560288.

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

Color convert

RGB321739-
CMYK0.180.5600.85
HSL280.91º39.29%10.98%-
HSV(B)280.91º56.41%15.29%-
XYZ1.160.852.02-
YUV23.99136.47133.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.36%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 39 (15.62% from 255) = 44.32%
R=36.36%
G=19.32%
B=44.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3217390.180.5600.85280.9139.2910.98
Hex201127123805511927b
Octal402147227001254314713
Binary1000001000110011110010111000010101011000110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201127; }

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

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

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

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

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

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

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

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