#140339

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

Shades of Blackcurrant #140339

Tints of Blackcurrant #140339

Color information

#140339 (or 0x140339) is unknown color: approx Blackcurrant. HEX triplet: 14, 03 and 39. RGB value is (20,3,57). Sum of RGB (Red+Green+Blue) = 20+3+57=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 57 (22.66% from 255 or 71.25% from 80); Max value from RGB is 57 - color contains mainly: blue. Hex color #140339 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140339 is #EBFCC6. Grayscale: #0E0E0E. Windows color (decimal): -15465671 or 3736340. OLE color: 3736340.

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

Color convert

RGB20357-
CMYK0.650.9500.78
HSL258.89º90%11.76%-
HSV(B)258.89º94.74%22.35%-
XYZ1.060.513.91-
YUV14.24152.13132.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 57 (22.66% from 255) = 71.25%
R=25%
G=3.75%
B=71.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal203570.650.9500.78258.899011.76
Hex14339415F04E1035ac
Octal24371101137011640313214
Binary1010011111001100000110111110100111010000001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140339; }

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

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

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

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

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

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

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

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