#140221

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

Shades of Blackcurrant #140221

Tints of Blackcurrant #140221

Color information

#140221 (or 0x140221) is unknown color: approx Blackcurrant. HEX triplet: 14, 02 and 21. RGB value is (20,2,33). Sum of RGB (Red+Green+Blue) = 20+2+33=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #140221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140221 is #EBFDDE. Grayscale: #0A0A0A. Windows color (decimal): -15465951 or 2163220. OLE color: 2163220.

HSL color Cylindrical-coordinate representation of color #140221: hue angle of 274.84º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140221 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB20233-
CMYK0.390.9400.87
HSL274.84º88.57%6.86%-
HSV(B)274.84º93.94%12.94%-
XYZ0.580.31.47-
YUV10.92140.46134.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 2 (1.17% from 255) = 3.64%
BLUE value IS 33 (13.28% from 255) = 60%
R=36.36%
G=3.64%
B=60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal202330.390.9400.87274.8488.576.86
Hex14221275E057113597
Octal242414713601274231317
Binary10100101000011001111011110010101111000100111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140221; }

 p { color: rgb(20,2,33); }

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

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

 a { background-color: rgb(20,2,33); }

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

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

 span { border-color: rgb(20,2,33); }

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