Html Css Color HEX #140D18 Blackcurrant

📋 copy color: '#140D18'

red 20 ◦ green 13 ◦ blue 24

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

Shades of Blackcurrant #140D18

Tints of Blackcurrant #140D18

RGB

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

 GREEN value IS 13 (5.47% from 255) = 22.81%

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

R = 35.09%
G = 22.81%
B = 42.11%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140D18 (or 0x140D18) is known color: Blackcurrant. HEX triplet: 14, 0D and 18. RGB value is (20,13,24). Sum of RGB (Red+Green+Blue) = 20+13+24=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #140D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D18 is #EBF2E7. Grayscale: #101010. Windows color (decimal): -15463144 or 1576212. OLE color: 1576212.

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

Color convert

RGB 20 13 24 -
CMYK 0.17 0.46 0 0.91
HSL 278.18º 0.3% 0.07% -
HSV(B) 278.18º 0.46% 0.09% -
XYZ 0.6 0.5 0.93 -
YUV 16.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 20 13 24 0.17 0.46 0 0.91 278.18 0.3 0.07
Hex 14 D 18 11 2E 0 5B 116 1E 7
Octal 24 15 30 21 56 0 133 426 36 7
Binary 10100 1101 11000 10001 101110 0 1011011 100010110 11110 111

Color Harmonies of #140D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140D18

Black with #140D18

Text Example


Text Example

White with #140D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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