#140903

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

Shades of Black #140903

Tints of Black #140903

Color information

#140903 (or 0x140903) is unknown color: approx Black. HEX triplet: 14, 09 and 03. RGB value is (20,9,3). Sum of RGB (Red+Green+Blue) = 20+9+3=32 (4% of max value = 765). Red value is 20 (8.20% from 255 or 62.5% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 20 - color contains mainly: red. Hex color #140903 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140903 is #EBF6FC. Grayscale: #0B0B0B. Windows color (decimal): -15464189 or 198932. OLE color: 198932.

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

Color convert

RGB2093-
CMYK00.550.850.92
HSL21.18º73.91%4.51%-
HSV(B)21.18º85%7.84%-
XYZ0.40.350.13-
YUV11.6123.14133.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 62.5%
GREEN value IS 9 (3.91% from 255) = 28.12%
BLUE value IS 3 (1.56% from 255) = 9.38%
R=62.5%
G=28.12%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal209300.550.850.9221.1873.914.51
Hex1493037555C154a5
Octal24113067125134251125
Binary10100100111011011110101011011100101011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140903; }

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

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

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

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

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

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

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

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