Html Css Color HEX #140803 Black

📋 copy color: '#140803'

red 20 ◦ green 8 ◦ blue 3

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

Shades of Black #140803

Tints of Black #140803

RGB

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

 GREEN value IS 8 (3.52% from 255) = 25.81%

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

R = 64.52%
G = 25.81%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.92

RGB Variations

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

Color information

#140803 (or 0x140803) is known color: Black. HEX triplet: 14, 08 and 03. RGB value is (20,8,3). Sum of RGB (Red+Green+Blue) = 20+8+3=31 (4% of max value = 765). Red value is 20 (8.20% from 255 or 64.52% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 3 (1.56% from 255 or 9.68% from 31); Max value from RGB is 20 - color contains mainly: red. Hex color #140803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140803 is #EBF7FC. Grayscale: #0B0B0B. Windows color (decimal): -15464445 or 198676. OLE color: 198676.

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

Color convert

RGB 20 8 3 -
CMYK 0 0.60 0.85 0.92
HSL 17.65º 0.74% 0.05% -
HSV(B) 17.65º 0.85% 0.08% -
XYZ 0.39 0.33 0.13 -
YUV 11.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 20 8 3 0 0.60 0.85 0.92 17.65 0.74 0.05
Hex 14 8 3 0 3C 55 5C 12 4A 5
Octal 24 10 3 0 74 125 134 22 112 5
Binary 10100 1000 11 0 111100 1010101 1011100 10010 1001010 101

Color Harmonies of #140803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140803

Black with #140803

Text Example


Text Example

White with #140803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140803; }

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

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

background-color css

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

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

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

border-color css

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

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

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