Html Css Color HEX #140906 Black

📋 copy color: '#140906'

red 20 ◦ green 9 ◦ blue 6

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

Shades of Black #140906

Tints of Black #140906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 17.14%

R = 57.14%
G = 25.71%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.92

RGB Variations

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

Color information

#140906 (or 0x140906) is known color: Black. HEX triplet: 14, 09 and 06. RGB value is (20,9,6). Sum of RGB (Red+Green+Blue) = 20+9+6=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 6 (2.73% from 255 or 17.14% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #140906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140906 is #EBF6F9. Grayscale: #0B0B0B. Windows color (decimal): -15464186 or 395540. OLE color: 395540.

HSL color Cylindrical-coordinate representation of color #140906: hue angle of 12.86º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #140906 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 9 6 -
CMYK 0 0.55 0.70 0.92
HSL 12.86º 0.54% 0.05% -
HSV(B) 12.86º 0.7% 0.08% -
XYZ 0.42 0.36 0.22 -
YUV 11.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 20 9 6 0 0.55 0.70 0.92 12.86 0.54 0.05
Hex 14 9 6 0 37 46 5C D 36 5
Octal 24 11 6 0 67 106 134 15 66 5
Binary 10100 1001 110 0 110111 1000110 1011100 1101 110110 101

Color Harmonies of #140906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140906

Black with #140906

Text Example


Text Example

White with #140906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140906; }

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

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

background-color css

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

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

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

border-color css

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

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

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