Html Css Color HEX #140E0B Black

📋 copy color: '#140E0B'

red 20 ◦ green 14 ◦ blue 11

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

Shades of Black #140E0B

Tints of Black #140E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 24.44%

R = 44.44%
G = 31.11%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.92

RGB Variations

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

Color information

#140E0B (or 0x140E0B) is known color: Black. HEX triplet: 14, 0E and 0B. RGB value is (20,14,11). Sum of RGB (Red+Green+Blue) = 20+14+11=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 20 - color contains mainly: red. Hex color #140E0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E0B is #EBF1F4. Grayscale: #0F0F0F. Windows color (decimal): -15462901 or 724500. OLE color: 724500.

HSL color Cylindrical-coordinate representation of color #140E0B: hue angle of 20º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #140E0B is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 14 11 -
CMYK 0 0.30 0.45 0.92
HSL 20º 0.29% 0.06% -
HSV(B) 20º 0.45% 0.08% -
XYZ 0.51 0.49 0.38 -
YUV 15.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 20 14 11 0 0.30 0.45 0.92 20 0.29 0.06
Hex 14 E B 0 1E 2D 5C 14 1D 6
Octal 24 16 13 0 36 55 134 24 35 6
Binary 10100 1110 1011 0 11110 101101 1011100 10100 11101 110

Color Harmonies of #140E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E0B

Black with #140E0B

Text Example


Text Example

White with #140E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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