#140437

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

Shades of Blackcurrant #140437

Tints of Blackcurrant #140437

Color information

#140437 (or 0x140437) is unknown color: approx Blackcurrant. HEX triplet: 14, 04 and 37. RGB value is (20,4,55). Sum of RGB (Red+Green+Blue) = 20+4+55=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 55 (21.88% from 255 or 69.62% from 79); Max value from RGB is 55 - color contains mainly: blue. Hex color #140437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140437 is #EBFBC8. Grayscale: #0E0E0E. Windows color (decimal): -15465417 or 3605524. OLE color: 3605524.

HSL color Cylindrical-coordinate representation of color #140437: hue angle of 258.82º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140437 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB20455-
CMYK0.640.9300.78
HSL258.82º86.44%11.57%-
HSV(B)258.82º92.73%21.57%-
XYZ1.020.513.66-
YUV14.6150.8131.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.32%
GREEN value IS 4 (1.95% from 255) = 5.06%
BLUE value IS 55 (21.88% from 255) = 69.62%
R=25.32%
G=5.06%
B=69.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal204550.640.9300.78258.8286.4411.57
Hex14437405D04E10356c
Octal24467100135011640312614
Binary10100100110111100000010111010100111010000001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140437; }

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

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

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

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

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

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

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

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