#140327

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

Shades of Blackcurrant #140327

Tints of Blackcurrant #140327

Color information

#140327 (or 0x140327) is unknown color: approx Blackcurrant. HEX triplet: 14, 03 and 27. RGB value is (20,3,39). Sum of RGB (Red+Green+Blue) = 20+3+39=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 39 (15.62% from 255 or 62.90% from 62); Max value from RGB is 39 - color contains mainly: blue. Hex color #140327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140327 is #EBFCD8. Grayscale: #0C0C0C. Windows color (decimal): -15465689 or 2556692. OLE color: 2556692.

HSL color Cylindrical-coordinate representation of color #140327: hue angle of 268.33º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140327 is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB20339-
CMYK0.490.9200.85
HSL268.33º85.71%8.24%-
HSV(B)268.33º92.31%15.29%-
XYZ0.690.361.95-
YUV12.19143.13133.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.26%
GREEN value IS 3 (1.56% from 255) = 4.84%
BLUE value IS 39 (15.62% from 255) = 62.90%
R=32.26%
G=4.84%
B=62.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal203390.490.9200.85268.3385.718.24
Hex14327315C05510c568
Octal2434761134012541412610
Binary101001110011111000110111000101010110000110010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140327; }

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

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

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

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

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

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

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

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