Html Css Color HEX #140400 Black

📋 copy color: '#140400'

red 20 ◦ green 4 ◦ blue 0

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

Shades of Black #140400

Tints of Black #140400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 16.67%

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

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#140400 (or 0x140400) is known color: Black. HEX triplet: 14, 04 and 00. RGB value is (20,4,0). Sum of RGB (Red+Green+Blue) = 20+4+0=24 (3% of max value = 765). Red value is 20 (8.20% from 255 or 83.33% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 0 (0.39% from 255 or 0% from 24); Max value from RGB is 20 - color contains mainly: red. Hex color #140400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140400 is #EBFBFF. Grayscale: #080808. Windows color (decimal): -15465472 or 1044. OLE color: 1044.

HSL color Cylindrical-coordinate representation of color #140400: hue angle of 12º 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 #140400 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 4 0 -
CMYK 0 0.80 1 0.92
HSL 12º 1% 0.04% -
HSV(B) 12º 1% 0.08% -
XYZ 0.33 0.24 0.03 -
YUV 8.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 20 4 0 0 0.80 1 0.92 12 1 0.04
Hex 14 4 0 0 50 64 5C C 64 4
Octal 24 4 0 0 120 144 134 14 144 4
Binary 10100 100 0 0 1010000 1100100 1011100 1100 1100100 100

Color Harmonies of #140400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140400

Black with #140400

Text Example


Text Example

White with #140400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140400; }

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

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

background-color css

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

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

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

border-color css

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

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

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