Html Css Color HEX #140B18 Blackcurrant

📋 copy color: '#140B18'

red 20 ◦ green 11 ◦ blue 24

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

Shades of Blackcurrant #140B18

Tints of Blackcurrant #140B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20%

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

R = 36.36%
G = 20%
B = 43.64%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140B18 (or 0x140B18) is known color: Blackcurrant. HEX triplet: 14, 0B and 18. RGB value is (20,11,24). Sum of RGB (Red+Green+Blue) = 20+11+24=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #140B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B18 is #EBF4E7. Grayscale: #0F0F0F. Windows color (decimal): -15463656 or 1575700. OLE color: 1575700.

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

Color convert

RGB 20 11 24 -
CMYK 0.17 0.54 0 0.91
HSL 281.54º 0.37% 0.07% -
HSV(B) 281.54º 0.54% 0.09% -
XYZ 0.57 0.45 0.92 -
YUV 15.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 20 11 24 0.17 0.54 0 0.91 281.54 0.37 0.07
Hex 14 B 18 11 36 0 5B 11A 25 7
Octal 24 13 30 21 66 0 133 432 45 7
Binary 10100 1011 11000 10001 110110 0 1011011 100011010 100101 111

Color Harmonies of #140B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140B18

Black with #140B18

Text Example


Text Example

White with #140B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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