Html Css Color HEX #140E18 Blackcurrant

📋 copy color: '#140E18'

red 20 ◦ green 14 ◦ blue 24

#140E18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #140E18

Tints of Blackcurrant #140E18

RGB

 RED value IS 20 (8.2% from 255) = 34.48%

 GREEN value IS 14 (5.86% from 255) = 24.14%

 BLUE value IS 24 (9.77% from 255) = 41.38%

R = 34.48%
G = 24.14%
B = 41.38%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140E18 (or 0x140E18) is known color: Blackcurrant. HEX triplet: 14, 0E and 18. RGB value is (20,14,24). Sum of RGB (Red+Green+Blue) = 20+14+24=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 24 - color contains mainly: blue. Hex color #140E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E18 is #EBF1E7. Grayscale: #101010. Windows color (decimal): -15462888 or 1576468. OLE color: 1576468.

HSL color Cylindrical-coordinate representation of color #140E18: hue angle of 276º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #140E18 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 14 24 -
CMYK 0.17 0.42 0 0.91
HSL 276º 0.26% 0.07% -
HSV(B) 276º 0.42% 0.09% -
XYZ 0.61 0.53 0.93 -
YUV 16.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 20 14 24 0.17 0.42 0 0.91 276 0.26 0.07
Hex 14 E 18 11 2A 0 5B 114 1A 7
Octal 24 16 30 21 52 0 133 424 32 7
Binary 10100 1110 11000 10001 101010 0 1011011 100010100 11010 111

Color Harmonies of #140E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E18

Black with #140E18

Text Example


Text Example

White with #140E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140E18; }

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

 H1.HeaderClassName
 {
   color: #140E18;
 }
 .AnyTagClassName
 {
   color: #140E18;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #140E18;
 }
 .BgClassName
 {
   background-color: #140E18;
 }
</style>

border-color css

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

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

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