#140C09

Color #140C09 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #140C09

Tints of Black #140C09

Color information

#140C09 (or 0x140C09) is unknown color: approx 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

RGB20129-
CMYK00.400.550.92
HSL16.36º37.93%5.69%-
HSV(B)16.36º55%7.84%-
XYZ0.470.430.32-
YUV14.05125.15132.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2012900.400.550.9216.3637.935.69
Hex14C9028375C10266
Octal2414110506713420466
Binary10100110010010101000110111101110010000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>