#140139

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

Shades of Blackcurrant #140139

Tints of Blackcurrant #140139

Color information

#140139 (or 0x140139) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 39. RGB value is (20,1,57). Sum of RGB (Red+Green+Blue) = 20+1+57=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 57 (22.66% from 255 or 73.08% from 78); Max value from RGB is 57 - color contains mainly: blue. Hex color #140139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140139 is #EBFEC6. Grayscale: #0C0C0C. Windows color (decimal): -15466183 or 3735828. OLE color: 3735828.

HSL color Cylindrical-coordinate representation of color #140139: hue angle of 260.36º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140139 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB20157-
CMYK0.650.9800.78
HSL260.36º96.55%11.37%-
HSV(B)260.36º98.25%22.35%-
XYZ1.040.473.91-
YUV13.06152.79132.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.64%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 57 (22.66% from 255) = 73.08%
R=25.64%
G=1.28%
B=73.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal201570.650.9800.78260.3696.5511.37
Hex14139416204E10461b
Octal24171101142011640414113
Binary101001111001100000111000100100111010000010011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140139; }

 p { color: rgb(20,1,57); }

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

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

 a { background-color: rgb(20,1,57); }

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

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

 span { border-color: rgb(20,1,57); }

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