#140436

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

Shades of Blackcurrant #140436

Tints of Blackcurrant #140436

Color information

#140436 (or 0x140436) is unknown color: approx Blackcurrant. HEX triplet: 14, 04 and 36. RGB value is (20,4,54). Sum of RGB (Red+Green+Blue) = 20+4+54=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 54 (21.48% from 255 or 69.23% from 78); Max value from RGB is 54 - color contains mainly: blue. Hex color #140436 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140436 is #EBFBC9. Grayscale: #0E0E0E. Windows color (decimal): -15465418 or 3539988. OLE color: 3539988.

HSL color Cylindrical-coordinate representation of color #140436: hue angle of 259.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140436 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB20454-
CMYK0.630.9300.79
HSL259.2º86.21%11.37%-
HSV(B)259.2º92.59%21.18%-
XYZ10.53.53-
YUV14.48150.3131.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.64%
GREEN value IS 4 (1.95% from 255) = 5.13%
BLUE value IS 54 (21.48% from 255) = 69.23%
R=25.64%
G=5.13%
B=69.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal204540.630.9300.79259.286.2111.37
Hex144363F5D04F10356b
Octal2446677135011740312613
Binary1010010011011011111110111010100111110000001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140436; }

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

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

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

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

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

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

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

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