#140918

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

Shades of Blackcurrant #140918

Tints of Blackcurrant #140918

Color information

#140918 (or 0x140918) is unknown color: approx Blackcurrant. HEX triplet: 14, 09 and 18. RGB value is (20,9,24). Sum of RGB (Red+Green+Blue) = 20+9+24=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: blue. Hex color #140918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140918 is #EBF6E7. Grayscale: #0D0D0D. Windows color (decimal): -15464168 or 1575188. OLE color: 1575188.

HSL color Cylindrical-coordinate representation of color #140918: hue angle of 284º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #140918 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB20924-
CMYK0.170.6300.91
HSL284º45.45%6.47%-
HSV(B)284º62.5%9.41%-
XYZ0.550.410.91-
YUV14133.64132.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 9 (3.91% from 255) = 16.98%
BLUE value IS 24 (9.77% from 255) = 45.28%
R=37.74%
G=16.98%
B=45.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal209240.170.6300.9128445.456.47
Hex14918113F05B11c2d6
Octal24113021770133434556
Binary101001001110001000111111101011011100011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140918; }

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

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

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

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

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

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

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

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