#140429

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

Shades of Blackcurrant #140429

Tints of Blackcurrant #140429

Color information

#140429 (or 0x140429) is unknown color: approx Blackcurrant. HEX triplet: 14, 04 and 29. RGB value is (20,4,41). Sum of RGB (Red+Green+Blue) = 20+4+41=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 41 (16.41% from 255 or 63.08% from 65); Max value from RGB is 41 - color contains mainly: blue. Hex color #140429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140429 is #EBFBD6. Grayscale: #0C0C0C. Windows color (decimal): -15465431 or 2688020. OLE color: 2688020.

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

Color convert

RGB20441-
CMYK0.510.9000.84
HSL265.95º82.22%8.82%-
HSV(B)265.95º90.24%16.08%-
XYZ0.730.42.14-
YUV13143.8132.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 4 (1.95% from 255) = 6.15%
BLUE value IS 41 (16.41% from 255) = 63.08%
R=30.77%
G=6.15%
B=63.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal204410.510.9000.84265.9582.228.82
Hex14429335A05410a529
Octal2445163132012441212211
Binary1010010010100111001110110100101010010000101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140429; }

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

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

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

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

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

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

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

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