#140300

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

Shades of Black #140300

Tints of Black #140300

Color information

#140300 (or 0x140300) is unknown color: approx Black. HEX triplet: 14, 03 and 00. RGB value is (20,3,0). Sum of RGB (Red+Green+Blue) = 20+3+0=23 (3% of max value = 765). Red value is 20 (8.20% from 255 or 86.96% from 23); Green value is 3 (1.56% from 255 or 13.04% from 23); Blue value is 0 (0.39% from 255 or 0% from 23); Max value from RGB is 20 - color contains mainly: red. Hex color #140300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140300 is #EBFCFF. Grayscale: #070707. Windows color (decimal): -15465728 or 788. OLE color: 788.

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

Color convert

RGB2030-
CMYK00.8510.92
HSL100%3.92%-
HSV(B)100%7.84%-
XYZ0.320.210.02-
YUV7.74123.63136.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 86.96%
GREEN value IS 3 (1.56% from 255) = 13.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.96%
G=13.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal203000.8510.9291003.92
Hex1430055645C9644
Octal24300125144134111444
Binary10100110010101011100100101110010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140300; }

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

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

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

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

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

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

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

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