#201427

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

Shades of Blackcurrant #201427

Tints of Blackcurrant #201427

Color information

#201427 (or 0x201427) is unknown color: approx Blackcurrant. HEX triplet: 20, 14 and 27. RGB value is (32,20,39). Sum of RGB (Red+Green+Blue) = 32+20+39=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #201427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201427 is #DFEBD8. Grayscale: #191919. Windows color (decimal): -14674905 or 2561056. OLE color: 2561056.

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

Color convert

RGB322039-
CMYK0.180.4900.85
HSL277.89º32.2%11.57%-
HSV(B)277.89º48.72%15.29%-
XYZ1.210.952.04-
YUV25.75135.48132.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.16%
GREEN value IS 20 (8.20% from 255) = 21.98%
BLUE value IS 39 (15.62% from 255) = 42.86%
R=35.16%
G=21.98%
B=42.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3220390.180.4900.85277.8932.211.57
Hex201427123105511620c
Octal402447226101254264014
Binary1000001010010011110010110001010101011000101101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201427; }

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

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

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

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

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

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

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

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