#140905

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

Shades of Black #140905

Tints of Black #140905

Color information

#140905 (or 0x140905) is unknown color: approx Black. HEX triplet: 14, 09 and 05. RGB value is (20,9,5). Sum of RGB (Red+Green+Blue) = 20+9+5=34 (4% of max value = 765). Red value is 20 (8.20% from 255 or 58.82% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 5 (2.34% from 255 or 14.71% from 34); Max value from RGB is 20 - color contains mainly: red. Hex color #140905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140905 is #EBF6FA. Grayscale: #0B0B0B. Windows color (decimal): -15464187 or 330004. OLE color: 330004.

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

Color convert

RGB2095-
CMYK00.550.750.92
HSL16º60%4.9%-
HSV(B)16º75%7.84%-
XYZ0.410.360.19-
YUV11.83124.14133.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 58.82%
GREEN value IS 9 (3.91% from 255) = 26.47%
BLUE value IS 5 (2.34% from 255) = 14.71%
R=58.82%
G=26.47%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal209500.550.750.9216604.9
Hex14950374B5C103c5
Octal2411506711313420745
Binary10100100110101101111001011101110010000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140905; }

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

 H1.HeaderClassName
 {
   color: #140905;
 }
 .AnyTagClassName
 {
   color: #140905;
 }
</style>
background-color css

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

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

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

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

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

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