Html Css Color HEX #140F18 Blackcurrant

📋 copy color: '#140F18'

red 20 ◦ green 15 ◦ blue 24

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

Shades of Blackcurrant #140F18

Tints of Blackcurrant #140F18

RGB

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

 GREEN value IS 15 (6.25% from 255) = 25.42%

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

R = 33.9%
G = 25.42%
B = 40.68%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140F18 (or 0x140F18) is known color: Blackcurrant. HEX triplet: 14, 0F and 18. RGB value is (20,15,24). Sum of RGB (Red+Green+Blue) = 20+15+24=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 24 - color contains mainly: blue. Hex color #140F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F18 is #EBF0E7. Grayscale: #111111. Windows color (decimal): -15462632 or 1576724. OLE color: 1576724.

HSL color Cylindrical-coordinate representation of color #140F18: hue angle of 273.33º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #140F18 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 15 24 -
CMYK 0.17 0.37 0 0.91
HSL 273.33º 0.23% 0.08% -
HSV(B) 273.33º 0.38% 0.09% -
XYZ 0.62 0.56 0.94 -
YUV 17.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 20 15 24 0.17 0.37 0 0.91 273.33 0.23 0.08
Hex 14 F 18 11 25 0 5B 111 17 8
Octal 24 17 30 21 45 0 133 421 27 10
Binary 10100 1111 11000 10001 100101 0 1011011 100010001 10111 1000

Color Harmonies of #140F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F18

Black with #140F18

Text Example


Text Example

White with #140F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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