Html Css Color HEX #140C09 Black

📋 copy color: '#140C09'

red 20 ◦ green 12 ◦ blue 9

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

Shades of Black #140C09

Tints of Black #140C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 29.27%

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

R = 48.78%
G = 29.27%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.92

RGB Variations

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

Color information

#140C09 (or 0x140C09) is known color: Black. HEX triplet: 14, 0C and 09. RGB value is (20,12,9). Sum of RGB (Red+Green+Blue) = 20+12+9=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #140C09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C09 is #EBF3F6. Grayscale: #0E0E0E. Windows color (decimal): -15463415 or 592916. OLE color: 592916.

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

Color convert

RGB 20 12 9 -
CMYK 0 0.40 0.55 0.92
HSL 16.36º 0.38% 0.06% -
HSV(B) 16.36º 0.55% 0.08% -
XYZ 0.47 0.43 0.32 -
YUV 14.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 20 12 9 0 0.40 0.55 0.92 16.36 0.38 0.06
Hex 14 C 9 0 28 37 5C 10 26 6
Octal 24 14 11 0 50 67 134 20 46 6
Binary 10100 1100 1001 0 101000 110111 1011100 10000 100110 110

Color Harmonies of #140C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C09

Black with #140C09

Text Example


Text Example

White with #140C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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