Html Css Color HEX #140500 Black

📋 copy color: '#140500'

red 20 ◦ green 5 ◦ blue 0

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

Shades of Black #140500

Tints of Black #140500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 20%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80%
G = 20%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#140500 (or 0x140500) is known color: Black. HEX triplet: 14, 05 and 00. RGB value is (20,5,0). Sum of RGB (Red+Green+Blue) = 20+5+0=25 (3% of max value = 765). Red value is 20 (8.20% from 255 or 80% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 20 - color contains mainly: red. Hex color #140500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140500 is #EBFAFF. Grayscale: #080808. Windows color (decimal): -15465216 or 1300. OLE color: 1300.

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

Color convert

RGB 20 5 0 -
CMYK 0 0.75 1 0.92
HSL 15º 1% 0.04% -
HSV(B) 15º 1% 0.08% -
XYZ 0.34 0.26 0.03 -
YUV 8.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 20 5 0 0 0.75 1 0.92 15 1 0.04
Hex 14 5 0 0 4B 64 5C F 64 4
Octal 24 5 0 0 113 144 134 17 144 4
Binary 10100 101 0 0 1001011 1100100 1011100 1111 1100100 100

Color Harmonies of #140500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140500

Black with #140500

Text Example


Text Example

White with #140500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140500; }

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

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

background-color css

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

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

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

border-color css

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

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

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