Html Css Color HEX #140A09 Black

📋 copy color: '#140A09'

red 20 ◦ green 10 ◦ blue 9

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

Shades of Black #140A09

Tints of Black #140A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 25.64%

 BLUE value IS 9 (3.91% from 255) = 23.08%

R = 51.28%
G = 25.64%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.92

RGB Variations

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

Color information

#140A09 (or 0x140A09) is known color: Black. HEX triplet: 14, 0A and 09. RGB value is (20,10,9). Sum of RGB (Red+Green+Blue) = 20+10+9=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #140A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A09 is #EBF5F6. Grayscale: #0C0C0C. Windows color (decimal): -15463927 or 592404. OLE color: 592404.

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

Color convert

RGB 20 10 9 -
CMYK 0 0.50 0.55 0.92
HSL 5.45º 0.38% 0.06% -
HSV(B) 5.45º 0.55% 0.08% -
XYZ 0.45 0.39 0.31 -
YUV 12.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 20 10 9 0 0.50 0.55 0.92 5.45 0.38 0.06
Hex 14 A 9 0 32 37 5C 5 26 6
Octal 24 12 11 0 62 67 134 5 46 6
Binary 10100 1010 1001 0 110010 110111 1011100 101 100110 110

Color Harmonies of #140A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140A09

Black with #140A09

Text Example


Text Example

White with #140A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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