#201428

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

Shades of Blackcurrant #201428

Tints of Blackcurrant #201428

Color information

#201428 (or 0x201428) is unknown color: approx Blackcurrant. HEX triplet: 20, 14 and 28. RGB value is (32,20,40). Sum of RGB (Red+Green+Blue) = 32+20+40=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: blue. Hex color #201428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201428 is #DFEBD7. Grayscale: #191919. Windows color (decimal): -14674904 or 2626592. OLE color: 2626592.

HSL color Cylindrical-coordinate representation of color #201428: hue angle of 276º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #201428 is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB322040-
CMYK0.200.500.84
HSL276º33.33%11.76%-
HSV(B)276º50%15.69%-
XYZ1.230.962.13-
YUV25.87135.98132.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.78%
GREEN value IS 20 (8.20% from 255) = 21.74%
BLUE value IS 40 (16.02% from 255) = 43.48%
R=34.78%
G=21.74%
B=43.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3220400.200.500.8427633.3311.76
Hex201428143205411421c
Octal402450246201244244114
Binary1000001010010100010100110010010101001000101001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201428; }

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

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

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

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

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

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

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

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