#140318

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

Shades of Blackcurrant #140318

Tints of Blackcurrant #140318

Color information

#140318 (or 0x140318) is unknown color: approx Blackcurrant. HEX triplet: 14, 03 and 18. RGB value is (20,3,24). Sum of RGB (Red+Green+Blue) = 20+3+24=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #140318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140318 is #EBFCE7. Grayscale: #0A0A0A. Windows color (decimal): -15465704 or 1573652. OLE color: 1573652.

HSL color Cylindrical-coordinate representation of color #140318: hue angle of 288.57º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140318 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB20324-
CMYK0.170.8800.91
HSL288.57º77.78%5.29%-
HSV(B)288.57º87.5%9.41%-
XYZ0.490.280.89-
YUV10.48135.63134.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 42.55%
GREEN value IS 3 (1.56% from 255) = 6.38%
BLUE value IS 24 (9.77% from 255) = 51.06%
R=42.55%
G=6.38%
B=51.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal203240.170.8800.91288.5777.785.29
Hex14318115805B1214e5
Octal243302113001334411165
Binary101001111000100011011000010110111001000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140318; }

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

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

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

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

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

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

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

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