Html Css Color HEX #140503 Black

📋 copy color: '#140503'

red 20 ◦ green 5 ◦ blue 3

#140503
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #140503

Tints of Black #140503

RGB

 RED value IS 20 (8.2% from 255) = 71.43%

 GREEN value IS 5 (2.34% from 255) = 17.86%

 BLUE value IS 3 (1.56% from 255) = 10.71%

R = 71.43%
G = 17.86%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.92

RGB Variations

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

Color information

#140503 (or 0x140503) is known color: Black. HEX triplet: 14, 05 and 03. RGB value is (20,5,3). Sum of RGB (Red+Green+Blue) = 20+5+3=28 (3% of max value = 765). Red value is 20 (8.20% from 255 or 71.43% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 3 (1.56% from 255 or 10.71% from 28); Max value from RGB is 20 - color contains mainly: red. Hex color #140503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140503 is #EBFAFC. Grayscale: #090909. Windows color (decimal): -15465213 or 197908. OLE color: 197908.

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

Color convert

RGB 20 5 3 -
CMYK 0 0.75 0.85 0.92
HSL 7.06º 0.74% 0.05% -
HSV(B) 7.06º 0.85% 0.08% -
XYZ 0.36 0.26 0.12 -
YUV 9.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 20 5 3 0 0.75 0.85 0.92 7.06 0.74 0.05
Hex 14 5 3 0 4B 55 5C 7 4A 5
Octal 24 5 3 0 113 125 134 7 112 5
Binary 10100 101 11 0 1001011 1010101 1011100 111 1001010 101

Color Harmonies of #140503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140503

Black with #140503

Text Example


Text Example

White with #140503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140503; }

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

 H1.HeaderClassName
 {
   color: #140503;
 }
 .AnyTagClassName
 {
   color: #140503;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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