#140521

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

Shades of Blackcurrant #140521

Tints of Blackcurrant #140521

Color information

#140521 (or 0x140521) is unknown color: approx Blackcurrant. HEX triplet: 14, 05 and 21. RGB value is (20,5,33). Sum of RGB (Red+Green+Blue) = 20+5+33=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 33 (13.28% from 255 or 56.90% from 58); Max value from RGB is 33 - color contains mainly: blue. Hex color #140521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140521 is #EBFADE. Grayscale: #0C0C0C. Windows color (decimal): -15465183 or 2163988. OLE color: 2163988.

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

Color convert

RGB20533-
CMYK0.390.8500.87
HSL272.14º73.68%7.45%-
HSV(B)272.14º84.85%12.94%-
XYZ0.620.371.48-
YUV12.68139.47133.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 33 (13.28% from 255) = 56.90%
R=34.48%
G=8.62%
B=56.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal205330.390.8500.87272.1473.687.45
Hex1452127550571104a7
Octal245414712501274201127
Binary101001011000011001111010101010101111000100001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140521; }

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

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

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

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

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

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

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

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