#201027

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

Shades of Blackcurrant #201027

Tints of Blackcurrant #201027

Color information

#201027 (or 0x201027) is unknown color: approx Blackcurrant. HEX triplet: 20, 10 and 27. RGB value is (32,16,39). Sum of RGB (Red+Green+Blue) = 32+16+39=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 39 - color contains mainly: blue. Hex color #201027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201027 is #DFEFD8. Grayscale: #171717. Windows color (decimal): -14675929 or 2560032. OLE color: 2560032.

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

Color convert

RGB321639-
CMYK0.180.5900.85
HSL281.74º41.82%10.78%-
HSV(B)281.74º58.97%15.29%-
XYZ1.150.822.02-
YUV23.41136.8134.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 39 (15.62% from 255) = 44.83%
R=36.78%
G=18.39%
B=44.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3216390.180.5900.85281.7441.8210.78
Hex201027123B05511a2ab
Octal402047227301254325213
Binary1000001000010011110010111011010101011000110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201027; }

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

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

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

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

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

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

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

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