Html Css Color HEX #140C0B Black

📋 copy color: '#140C0B'

red 20 ◦ green 12 ◦ blue 11

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

Shades of Black #140C0B

Tints of Black #140C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 27.91%

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

R = 46.51%
G = 27.91%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.92

RGB Variations

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

Color information

#140C0B (or 0x140C0B) is known color: Black. HEX triplet: 14, 0C and 0B. RGB value is (20,12,11). Sum of RGB (Red+Green+Blue) = 20+12+11=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #140C0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C0B is #EBF3F4. Grayscale: #0E0E0E. Windows color (decimal): -15463413 or 723988. OLE color: 723988.

HSL color Cylindrical-coordinate representation of color #140C0B: hue angle of 6.67º 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 #140C0B is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 12 11 -
CMYK 0 0.40 0.45 0.92
HSL 6.67º 0.29% 0.06% -
HSV(B) 6.67º 0.45% 0.08% -
XYZ 0.48 0.44 0.38 -
YUV 14.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 20 12 11 0 0.40 0.45 0.92 6.67 0.29 0.06
Hex 14 C B 0 28 2D 5C 7 1D 6
Octal 24 14 13 0 50 55 134 7 35 6
Binary 10100 1100 1011 0 101000 101101 1011100 111 11101 110

Color Harmonies of #140C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C0B

Black with #140C0B

Text Example


Text Example

White with #140C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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