Html Css Color HEX #140B0A Black

📋 copy color: '#140B0A'

red 20 ◦ green 11 ◦ blue 10

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

Shades of Black #140B0A

Tints of Black #140B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 24.39%

R = 48.78%
G = 26.83%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#140B0A (or 0x140B0A) is known color: Black. HEX triplet: 14, 0B and 0A. RGB value is (20,11,10). Sum of RGB (Red+Green+Blue) = 20+11+10=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #140B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B0A is #EBF4F5. Grayscale: #0D0D0D. Windows color (decimal): -15463670 or 658196. OLE color: 658196.

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

Color convert

RGB 20 11 10 -
CMYK 0 0.45 0.50 0.92
HSL 0.33% 0.06% -
HSV(B) 0.5% 0.08% -
XYZ 0.46 0.41 0.34 -
YUV 13.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 20 11 10 0 0.45 0.50 0.92 6 0.33 0.06
Hex 14 B A 0 2D 32 5C 6 21 6
Octal 24 13 12 0 55 62 134 6 41 6
Binary 10100 1011 1010 0 101101 110010 1011100 110 100001 110

Color Harmonies of #140B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140B0A

Black with #140B0A

Text Example


Text Example

White with #140B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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