#140B05

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

Shades of Black #140B05

Tints of Black #140B05

Color information

#140B05 (or 0x140B05) is unknown color: approx Black. HEX triplet: 14, 0B and 05. RGB value is (20,11,5). Sum of RGB (Red+Green+Blue) = 20+11+5=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #140B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B05 is #EBF4FA. Grayscale: #0D0D0D. Windows color (decimal): -15463675 or 330516. OLE color: 330516.

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

Color convert

RGB20115-
CMYK00.450.750.92
HSL24º60%4.9%-
HSV(B)24º75%7.84%-
XYZ0.440.40.2-
YUV13.01123.48132.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 55.56%
GREEN value IS 11 (4.69% from 255) = 30.56%
BLUE value IS 5 (2.34% from 255) = 13.89%
R=55.56%
G=30.56%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2011500.450.750.9224604.9
Hex14B502D4B5C183c5
Octal2413505511313430745
Binary10100101110101011011001011101110011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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