#140336

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

Shades of Blackcurrant #140336

Tints of Blackcurrant #140336

Color information

#140336 (or 0x140336) is unknown color: approx Blackcurrant. HEX triplet: 14, 03 and 36. RGB value is (20,3,54). Sum of RGB (Red+Green+Blue) = 20+3+54=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 54 (21.48% from 255 or 70.13% from 77); Max value from RGB is 54 - color contains mainly: blue. Hex color #140336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140336 is #EBFCC9. Grayscale: #0D0D0D. Windows color (decimal): -15465674 or 3539732. OLE color: 3539732.

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

Color convert

RGB20354-
CMYK0.630.9400.79
HSL260º89.47%11.18%-
HSV(B)260º94.44%21.18%-
XYZ0.990.483.53-
YUV13.9150.63132.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 3 (1.56% from 255) = 3.90%
BLUE value IS 54 (21.48% from 255) = 70.13%
R=25.97%
G=3.90%
B=70.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal203540.630.9400.7926089.4711.18
Hex143363F5E04F10459b
Octal2436677136011740413113
Binary101001111011011111110111100100111110000010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140336; }

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

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

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

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

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

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

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

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