#140529

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

Shades of Blackcurrant #140529

Tints of Blackcurrant #140529

Color information

#140529 (or 0x140529) is unknown color: approx Blackcurrant. HEX triplet: 14, 05 and 29. RGB value is (20,5,41). Sum of RGB (Red+Green+Blue) = 20+5+41=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 41 (16.41% from 255 or 62.12% from 66); Max value from RGB is 41 - color contains mainly: blue. Hex color #140529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140529 is #EBFAD6. Grayscale: #0D0D0D. Windows color (decimal): -15465175 or 2688276. OLE color: 2688276.

HSL color Cylindrical-coordinate representation of color #140529: hue angle of 265º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140529 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB20541-
CMYK0.510.8800.84
HSL265º78.26%9.02%-
HSV(B)265º87.8%16.08%-
XYZ0.740.422.14-
YUV13.59143.47132.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.30%
GREEN value IS 5 (2.34% from 255) = 7.58%
BLUE value IS 41 (16.41% from 255) = 62.12%
R=30.30%
G=7.58%
B=62.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal205410.510.8800.8426578.269.02
Hex1452933580541094e9
Octal2455163130012441111611
Binary1010010110100111001110110000101010010000100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140529; }

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

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

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

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

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

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

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

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