#140618

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

Shades of Blackcurrant #140618

Tints of Blackcurrant #140618

Color information

#140618 (or 0x140618) is unknown color: approx Blackcurrant. HEX triplet: 14, 06 and 18. RGB value is (20,6,24). Sum of RGB (Red+Green+Blue) = 20+6+24=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 24 (9.77% from 255 or 48% from 50); Max value from RGB is 24 - color contains mainly: blue. Hex color #140618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140618 is #EBF9E7. Grayscale: #0C0C0C. Windows color (decimal): -15464936 or 1574420. OLE color: 1574420.

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

Color convert

RGB20624-
CMYK0.170.7500.91
HSL286.67º60%5.88%-
HSV(B)286.67º75%9.41%-
XYZ0.520.340.9-
YUV12.24134.64133.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40%
GREEN value IS 6 (2.73% from 255) = 12%
BLUE value IS 24 (9.77% from 255) = 48%
R=40%
G=12%
B=48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal206240.170.7500.91286.67605.88
Hex14618114B05B11f3c6
Octal24630211130133437746
Binary101001101100010001100101101011011100011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140618; }

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

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

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

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

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

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

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

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