Html Css Color HEX #140705 Black

📋 copy color: '#140705'

red 20 ◦ green 7 ◦ blue 5

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

Shades of Black #140705

Tints of Black #140705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 21.88%

 BLUE value IS 5 (2.34% from 255) = 15.63%

R = 62.5%
G = 21.88%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.92

RGB Variations

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

Color information

#140705 (or 0x140705) is known color: Black. HEX triplet: 14, 07 and 05. RGB value is (20,7,5). Sum of RGB (Red+Green+Blue) = 20+7+5=32 (4% of max value = 765). Red value is 20 (8.20% from 255 or 62.5% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 20 - color contains mainly: red. Hex color #140705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140705 is #EBF8FA. Grayscale: #0A0A0A. Windows color (decimal): -15464699 or 329492. OLE color: 329492.

HSL color Cylindrical-coordinate representation of color #140705: hue angle of 8º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #140705 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 7 5 -
CMYK 0 0.65 0.75 0.92
HSL 0.6% 0.05% -
HSV(B) 0.75% 0.08% -
XYZ 0.39 0.31 0.18 -
YUV 10.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 20 7 5 0 0.65 0.75 0.92 8 0.6 0.05
Hex 14 7 5 0 41 4B 5C 8 3C 5
Octal 24 7 5 0 101 113 134 10 74 5
Binary 10100 111 101 0 1000001 1001011 1011100 1000 111100 101

Color Harmonies of #140705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140705

Black with #140705

Text Example


Text Example

White with #140705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140705; }

 p { color: rgb(20,7,5); }

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

background-color css

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

 a { background-color: rgb(20,7,5); }

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

border-color css

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

 span { border-color: rgb(20,7,5); }

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