Html Css Color HEX #140900 Black

📋 copy color: '#140900'

red 20 ◦ green 9 ◦ blue 0

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

Shades of Black #140900

Tints of Black #140900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 31.03%

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

R = 68.97%
G = 31.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#140900 (or 0x140900) is known color: Black. HEX triplet: 14, 09 and 00. RGB value is (20,9,0). Sum of RGB (Red+Green+Blue) = 20+9+0=29 (3% of max value = 765). Red value is 20 (8.20% from 255 or 68.97% from 29); Green value is 9 (3.91% from 255 or 31.03% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 20 - color contains mainly: red. Hex color #140900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140900 is #EBF6FF. Grayscale: #0B0B0B. Windows color (decimal): -15464192 or 2324. OLE color: 2324.

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

Color convert

RGB 20 9 0 -
CMYK 0 0.55 1 0.92
HSL 27º 1% 0.04% -
HSV(B) 27º 1% 0.08% -
XYZ 0.39 0.34 0.05 -
YUV 11.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 20 9 0 0 0.55 1 0.92 27 1 0.04
Hex 14 9 0 0 37 64 5C 1B 64 4
Octal 24 11 0 0 67 144 134 33 144 4
Binary 10100 1001 0 0 110111 1100100 1011100 11011 1100100 100

Color Harmonies of #140900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140900

Black with #140900

Text Example


Text Example

White with #140900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140900; }

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

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

background-color css

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

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

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

border-color css

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

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

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